Questions tagged [rest-firebase]

Ruby Firebase REST API client built on top of rest-core.

Build mobile and web apps in minutes using any Firebase URL as a REST endpoint. Save time. Delight your users.

https://www.firebase.com/docs/rest/api/

19 questions
0
votes
1 answer

kendo ui data grid - firebase

I'm using kendo ui data grid with a firebase (rest json response). The structure can contain multiple objects. However, these objects are not in a standard array format. See my json file below: { "users": { "contactdetails": { …
Rodrigo Rubio
  • 1,686
  • 2
  • 16
  • 26
0
votes
1 answer

How to get all children in firebase php?

What I'm trying to do is to get the all the child or users from firebase. Here is the JSON Data: { "users":{ "USER1":{ "data1": "123", "data2": "123" }, …
0
votes
0 answers

how to do lookup query in firebase?

Perhaps trivial question, but I couldn't find anything relevant. If I have a long list of let say surnames or maybe better institution names which are usually long. How do I do lookup queries when user types first few characters? e.g. technology…
webduvet
  • 4,220
  • 2
  • 28
  • 39
0
votes
2 answers

Are auth tokens supposed to be viewable to the public?

I'm kind of new to firebase security, and web development in general, but I am generating JWT's on the server-side of my Rails app. However, to pass them to firebase, it seems I have to pass the token (which is stored on the users table in the db)…
1
2