Open
Description
What is the current behavior?
Populate feature doesn't work properly when trying to populate a firebase.profile from a firestore collection.
What is the expected behavior?
The field "role" under firebase.profile should be filled with the content from the "roles" collection. For instance, if a user has a role "admin", which is the key in my "roles" collection, it should populate the field with that content but instead I still get the "admin" string.