elersong / fireorm24

ORM for Firebase Firestore 🔥 updated for 2024
MIT License
1 stars 0 forks source link

Add a batch deleteById method #28

Open elersong opened 3 months ago

elersong commented 3 months ago

wovalle commented on Dec 5, 2020

Currently the batch has a delete method that needs the entire entity when we only need the id to actually delete it. Take this issue to explore the possibility of adding one.