Restaurants in firestore:

These restaurants are saved on firestore, press 'Expand' to see the full restaurant object under 'Selected Restaurant'

Press 'Delete from firestore' to perform a delete of the restaurant docucument and all its child documents

Press 'Change id to random' to change the id of restaurant document

Press 'Delete All' to delete all restaurant documents and all their child documents

{{restaurant?.name}}

id: {{restaurant?.id}}

Selected Restaurant:

Mock Restaurants

Press 'Add to firestore' to add a mock restaurant to firestore using Angularfirestore-Deep

{{restaurant?.name}}

The purpose of this 'demo' is to show common work flows and give examples on how to perform them.

In order to get the most out of this demo you should be checking out the code on github at the same time or even better run a local demo, that way you can play around with the code.

Daniel Lofgren MIT License

Github

Documentation