Hello community, FF newbie here! I'm cracking my head in this. I've tried a few things without success so far.
I have a Firebase project connected to Stripe, and I'm using this setup in a separate Next.js project that allows users to sign up and pay for a subscription.
In my FlutterFlow project, I'm using the same Firebase project for user authentication. However, on the Firestore tab in FlutterFlow, it’s not fetching the existing database.
I need FlutterFlow to read the "subscription status" created by Stripe in Firebase so that it can update a text widget in the app when the user is logged in.