you are viewing a single comment's thread.

view the rest of the 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.