Firestore select One record

Hi there,
is somehow possible to select only one record from firestore and work with it in component? E.g. Logged user and its editation…

Thanks

Yes. I posted some sample code for that about a week ago.

Thanks. But what if I do not want to use your extension?

Use it as a reference to write your own function to select a record from firestore.

The whole thing is a 100-line provider. Write your own provider, either based on or not based on the code I posted.