· Founder of nady.work

[Firebase] Create "notification" for Admin "users"

Hello everyone,

My Flutterflow project uses Firebase, I am having difficulty as following:

Firstly, I have a "users" collection, and "notifications" subcollection, as below.

A user has boolean attribute "admin", set to true/false. There are 2 admins (us cofounders), set by hand in Firestore:

When users submit a "comment", I want to create a notification in the "notification" sub-collection of the 2 Admin users.

My question: How can I find the user reference of admin users?

Thank you so much!

1
9 replies