Dale Nguyen

Results 69 comments of Dale Nguyen

You can try to add query to the backup script. ``` const queryByName = (collectionRef) => collectionRef.where('name', '==', 'Dale Nguyen').get() const users = await backup('users', { queryCollection: queryByName, }) ```

The package doesn't support geos in an array yet.

Hi @thanh01pmt, can you add the databaseURL to your serviceAccount file? Or initialize by using normal process, then you can use the backup & restore feature. Let me know if...

Hi @evallgar, an object of data under array is not supported yet. I will figure a solution to solve this. You can check the code and make some changes to...

Hi @raghavsatyadev, not yet. There is a step in between to update subcollection. I haven't had time to take a deep look into this. Is this something that prevents your...

@mo2l Awesome. Thanks for your contribution 🙌

@mo2l was planning to add this. Great suggestion though :D

Hi @TestasoftM, users can change their password on the login screen. Email is hidden to prevent users from changing it since it will affect the authentication from Firebase.

At the moment, when they purchase something, they can add their email at the checkout step. I'm working on supporting updating email feature.

Looks like it relates to @google-cloud packages. Do you have a sample repo that I can have a look at?