Unable to establish connection on channel, when using Firebase in Hybrid Flutter App
In my Flutter app I want to access remote config in the AppDelegate of the Swift Native part of the App.
Accessing a different controller from the one you are on being on a different controller (Flutter, Firestore)
I have users who can sign up and their info logged into firestore creating a collection for Restaurants
, I then have within the app three different users who all create their own collections under restaurants collection. Under each user they have their own subcollections. Problem is that I would like to access the restaurants foods collection and the deliverers from the Users
collection.
Accessing a different controller from the one you are on being on a different controller (Flutter, Firestore)
I have users who can sign up and their info logged into firestore creating a collection for Restaurants
, I then have within the app three different users who all create their own collections under restaurants collection. Under each user they have their own subcollections. Problem is that I would like to access the restaurants foods collection and the deliverers from the Users
collection.
Accessing a different controller from the one you are on being on a different controller (Flutter, Firestore)
I have users who can sign up and their info logged into firestore creating a collection for Restaurants
, I then have within the app three different users who all create their own collections under restaurants collection. Under each user they have their own subcollections. Problem is that I would like to access the restaurants foods collection and the deliverers from the Users
collection.
Accessing a different controller from the one you are on being on a different controller (Flutter, Firestore)
I have users who can sign up and their info logged into firestore creating a collection for Restaurants
, I then have within the app three different users who all create their own collections under restaurants collection. Under each user they have their own subcollections. Problem is that I would like to access the restaurants foods collection and the deliverers from the Users
collection.
Flutter – Recommended Data Model Unique Identifier for saving user details after Apple and Google Login
Im working on a flutter app which uses Firebase Apple and Google login.
Flutter Web App – Demo App Fails to Load in Chrome
I am trying to connect the Flutter demo app to firebase. I have been trying to follow a few different tutorials for this, and when I include these lines
Flutter: Benefit of passing DefaultFirebaseOptions.currentPlatform to Firebase.initializeApp()?
The following snippet is shown in some Firebase Flutter examples.
Playing video full screen Best Player Flutter
I’m trying to get a video to play full screen like a TikTok video. The video is uploaded to Firebase storage and is filmed in portrait mode so it should work.
Flutter Firebase User Document ID & UID is Different
I have a collection “user” and the document id of the user is different from current user’s UID. So when I use FirebaseAuth.instance.currentUser!.uid in the following code it doesn’t work. I am using anonymous login to create users not sure if this makes a difference.