Discussion:
[arangodb-google] Replacing Firebase with ArangoDB for VUEjs
Ludwig
2018-05-14 13:00:18 UTC
Permalink
Hello there,

We are looking to *replace Firebase with ArangoDB* for a web app with node
and VUEjs

What we need is a *complete running example* of a basic CRUD web
application with *Vuejs for ArangoDB* instead of Firebase

Could anyone rewrite this kind of tutorial for ArangoDB :

https://blog.sicara.com/a-progressive-web-application-with-vue-js-webpack-material-design-part-1-c243e2e6e402

That would be most helpful thank you very much
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alan Plum
2018-05-22 09:08:46 UTC
Permalink
Hi Ludwig,

see my response to your other e-mail for the general information.

You probably wouldn't use ArangoDB by itself as a drop-in replacement for
Firebase because it would mean exposing the general database API to the end
user. Even if you set up the permissions correctly this will make it
significantly harder to adjust your API when you need more fine-grained
controls later.

You might want to check out the Fine-grained Permissions tutorial for a
tutorial that involves writing a small Foxx service you can connect your
frontend to: https://www.arangodb.com/foxx-fine-grained-permissions/

Cheers,

Alan
Post by Ludwig
Hello there,
We are looking to *replace Firebase with ArangoDB* for a web app with
node and VUEjs
What we need is a *complete running example* of a basic CRUD web
application with *Vuejs for ArangoDB* instead of Firebase
https://blog.sicara.com/a-progressive-web-application-with-vue-js-webpack-material-design-part-1-c243e2e6e402
That would be most helpful thank you very much
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ludwig
2018-05-23 14:46:56 UTC
Permalink
unable to connect the dots... may need similar tutorial for Vue with Foxx
instead of Firebase :

https://appdividend.com/2018/04/21/vue-firebase-crud-example/#Step_10_Display_the_data_from_Firebase
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ludwig
2018-05-25 11:27:27 UTC
Permalink
What would be the equivalent of VueFire for Foxx / ArangoDB ?

<goog_2010937013>
https://github.com/vuejs/vuefire
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ludwig
2018-05-25 11:34:26 UTC
Permalink
What would be the equivalent of VueFire for Foxx / ArangoDB, as in :

https://appdividend.com/2018/04/21/vue-firebase-crud-example/#Step_10_Display_the_data_from_Firebase

https://github.com/vuejs/vuefire
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ludwig
2018-05-25 11:39:35 UTC
Permalink
What would be the equivalent of VueFire for Foxx / ArangoDB as in :

https://appdividend.com/2018/04/21/vue-firebase-crud-example/
<https://appdividend.com/2018/04/21/vue-firebase-crud-example/#Step_10_Display_the_data_from_Firebase>

https://github.com/vuejs/vuefire
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...