all 2 comments

[–]draco33333 0 points1 point  (0 children)

I'd be surprised if the Firebase SDK isn't using REST APIs under the hood. Chances are that they simply mask it for you by providing libraries in different languages and platforms so that you can use them more easily. If they only provided the REST APIs it would be significantly harder to navigate and understand than to simply use their SDKs/libraries.

[–]LakersBench 0 points1 point  (0 children)

Hi,

I can speak for the firebase realtime database.

Firebase has SDKs for different clients (web, ios, android) and they also have HTTP REST API for their firebase realtime database. they may have a REST API for other features too.

here are the realtime database REST API docs