Partner project to Office Sports (iOS).
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
-
To run on an emulator you have to add your signing SHA1 to the firebase project. You can find the SHA1 by running the following command in the root folder:
cd android && ./gradlew app:signingReport
-
Copy the SHA1 from the debug block
-
Go to the firebase project -> project settings -> your apps -> add fingerprint
-
Paste the SHA1 and click save