+ 6
Anyone can recommend any good resources on getting started with Firebase + Frontend JavaScript?
Any links or general tips are welcome.
7 Antworten
+ 14
Maxime Drro you are absolutely right, they offer vast documentation and examples
however it is easy to get lost in there if you are just starting out and cluless about how to even begin (i know i was @_@)
sometimes a nice step by step tutorial is a nice beginning to understand the basics.
the firebase website comes on very handy once some basic concepts have been understood (and you have a better idea of what you need to look for)
edit:
all this talk about the firebase website and no link >:D
https://firebase.google.com
+ 12
these two tutorials are nice
also with plain javascript, no other libraries to keep it simple with js goodness
http://softauthor.com/learn-to-build-firebase-crud-app-with-javascript-part01-reading-data/
https://dev.to/aurelkurtula/introduction-to-firebases-real-time-database-89l
+ 7
np
will be waiting for a code >:D
+ 7
the greatest resource for firebase is the firebase's website ^^
+ 4
Burey Thanks for the links!
+ 3
Burey Will do a quick sketch for sure.
+ 2
Try codefights.com
This platform will prove to be the best to learn Firebase + Frontend JavaScript. The coding challenges here with not only help your clear your concepts well, but also prepare you for technical interviews...
Give it a try.