You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe alternatives you've considered
I have tried doing a cloud function for that call but problem is that it can be accessed from everywhere.
Additional context
I tried to implement but I am not that experienced in depth with the plugin or firebase REST API. If I could get some tips I could try again
The text was updated successfully, but these errors were encountered:
We can probably implement this pretty easily. At the moment, I'm preparing a talk for GodotCon so cannot look into this, but we'll keep it open until we have time. Good suggestion!
Batch Get is easily implementable, I will put up a pr for it with my implementation soon.
But Batch Write has some issues with it where it doesn't give me permission outside of their API explorer (can only give permission if it has oauth2), so I switched to implementing commit instead of Batch Write.
Is your feature request related to a problem? Please describe.
I would like to change data for every document that has same value
Describe the solution you'd like
https://firebase.google.com/docs/firestore/reference/rest/v1/projects.databases.documents/batchWrite
I saw that they have Batch Write in the REST API maybe it could be implemented.
Describe alternatives you've considered
I have tried doing a cloud function for that call but problem is that it can be accessed from everywhere.
Additional context
I tried to implement but I am not that experienced in depth with the plugin or firebase REST API. If I could get some tips I could try again
The text was updated successfully, but these errors were encountered: