Answer the question
In order to leave comments, you need to log in
Is Firebase frontend or backend?
Why is firebase used on the user side in all the examples? What's the point of this?
Thank you.
Answer the question
In order to leave comments, you need to log in
Firebase is a backend in which there is a database and many other goodies, and the user-side examples that you are talking about are probably just using the firebase sdk - a package from firebase developers through which you can interact with firebase. That is, for example, if you need to get some data from the database, instead of sculpting a get-request on the client yourself, you can use the firebase sdk, which has a method that will execute this request itself. Similarly for other operations.
This is BaaS. Used mainly for spa and mobile applications. Due to real-time
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question