Changing color to sync with status in firestore flutter
i’m making a booking system and i have this code, I’m trying to make my buttons to change colors according to the status of a booking in firestore (where there is a map field with a field called status, which can either be ‘Confirmed’ or ‘Unconfirmed’), i’ve tried some conditional statements but it only works on one or two buttons when a booking is made, how can i make the bookings to sync with the status field in every date and slot,what can i do?
How to set expiration dates
Is there a way to make a method or if there is a package to count days or set an expiration date?
Flutter deployed web firebase hosting [closed]
Closed 4 days ago.
I keep getting Instance of SongEntity in my firebase project
Im trying to fetch a list of songs from firebase and add them all to a list of songs
Flutter/Dart: Unsupported operation: Cannot add to an unmodifiable list
I have a modifiable list (I did not set the list to have a fixed size) but run into this error
ERROR:flutter/runtime/dart_vm_initializer.cc(41). Unhandled Exception: Exception: invalid-credential #0
I get this problem when i try to register new user in my application if i login with saved ID it will login succesfully . used Firebase
Creating a Register Page with Three User Selection Options
I was wondering is there a way for after a user has register an account with the mobile app. It will then proceed with a next screen which will display three account types for the users to choose from, upon clicking it the users will be allowed to select one of the three options.
Flutter app shows a blank screen after integrating Firebase
the app still only shows a blank screen. Here is my main app code:
Firebase Storage: Dart library ‘dart:html’ is not available on this platform
I’m running into a perplexing error that occurs when I try to add Firebase Remote Config to my project.
“Troubleshooting Firebase Installation in a Flutter Project
I am working on a flutter project and trying to integrate Firebase into it. I have followed the official guide from both Firebase and Flutter’s official documentation, but I’m still having trouble getting it to work.