Wednesday, 31 May 2017

VueJS + Firebase: Matching Keys Between Authenticated User And Users Collection

In VueJS I want to create a Firebase database collection called users

This collection should store information about each user that has been authenticated.

I want the id of each authenticated user to be the id in this collection.

How could I approach this problem?



via timomue

No comments:

Post a Comment