+ 17
What is firebase?
Can anybody tell me what is firebase? Besides I also need to know what other things I should be proficient with before getting into firebase..
6 ответов
+ 21
Do a lot of apps on Android/Iphone use this?
+ 18
@Siddharth Thanks I suspected so.
+ 11
It's a realtime cloud database run by google.
You should know about JSON because the structure in firebase looks like a JSON-tree. Accessing firebase, you can do so with JavaScript or Swift. Basically programming language don't matter that much. Good luck! :)
+ 8
@Kryptic after reading a bit of stuff regarding firebase I feel that there are quite an amount of apps using firebase....
As the users can make use of their google account to sign up to the app...
+ 5
Can I use firebase database on website for example I wanna use it with php? That possible?