In ionic app, I want to display the data stored in firebase firestore to the app
问题 In ionic, I want to display the user's email and location which are stored in firestore, but the user's firestore document id is their email address. How can i get their data and display to them In authentication.ts import { Injectable } from "@angular/core"; import { AngularFirestore } from '@angular/fire/firestore'; import * as firebase from 'firebase/app'; @Injectable() export class AuthenticationService { constructor(private firestore: AngularFirestore){} registerUser(value){ firebase