A
A
Alexander Sharomet2019-06-11 17:46:57
firebase
Alexander Sharomet, 2019-06-11 17:46:57

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

2 answer(s)
O
orbit070, 2019-06-11
@sharomet

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.

I
Ivan Shumov, 2019-06-11
@inoise

This is BaaS. Used mainly for spa and mobile applications. Due to real-time

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question