Hello,
After authenticate users with their email address and password using Firebase Authentication, I need to create a private database for the logged user. I would like to use Cloud Firestore, Realtime Database Firebase or Storage Firebase.
How can I create a private database (using Firebase) for each user using ionic angular (v5)?
let currentUser = firebase.auth().currentUser; // here I have user data. I can use currentUser.id
How could be the next step to create the Cloud Storage Database for the currentUser?
Thank you for your time.
2 posts - 2 participants