I need batch DELETE, POST operations when using Firebase.
Does it support batch operations in REST API?
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- adding sha1 in firebase app fails with error
- firebase storage cors strange Behaviour
相关文章
- How can make folder with Firebase Cloud Functions
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
- Firestore Update a document field Using Rest API
- How to convert a FCM token to APNS token?
- Global Exception Handling in Jersey & Spring?
- REST search interface and the idempotency of GET
- App not showing Notification receiving FCM when th
The simplest "batch" operation in Firebase would be to move up one level in the tree and either do a PATCH or DELETE op.
Consider the following data structure:
If I want to remove
bar
andbaz
, I could do the following: