firebase-jetpack icon indicating copy to clipboard operation
firebase-jetpack copied to clipboard

Add/Edit documents?

Open Bradleycorn opened this issue 6 years ago • 1 comments

This repo has great examples for consuming firestore/realtime databases using jetpack components. I'd love to see some additional examples for adding/editing data. In particular, the typical use case of viewing a list of items, adding to it, and editing list items. That would really make this a complete example

Bradleycorn avatar Dec 23 '18 21:12 Bradleycorn

I've got a similar request. I would like to change the query to observe another part of the database. Do I have to removeSource, change the query (and save the query instance to remove it later on) ?

fabads avatar Apr 24 '19 12:04 fabads