An open API service indexing awesome lists of open source software.

https://github.com/bizz84/multiple_counters_firestore_flutter

Multiple Counters Flutter App with Cloud Firestore
https://github.com/bizz84/multiple_counters_firestore_flutter

Last synced: 4 months ago
JSON representation

Multiple Counters Flutter App with Cloud Firestore

Awesome Lists containing this project

README

          

# Multiple Counters Flutter App with Cloud Firestore

This sample app shows how to implement multiple counters, which are stored with Cloud Firestore.

![Multiple counters](/media/multiple-counters-screenshot.png)

## Running the project with Firebase

To use this project with Firebase authentication, some configuration steps are required.

- Create a new project with the Firebase console.
- Add iOS and Android apps in the Firebase project settings.
- On Android, use `com.codewithandrea.multiple_counters_firestore_flutter` as the package name (a SHA-1 certificate fingerprint is also needed for Google sign-in).
- then, [download and copy](https://firebase.google.com/docs/flutter/setup#configure_an_android_app) `google-services.json` into `android/app`.
- On iOS, use `com.codewithandrea.multipleCountersFirestoreFlutter ` as the bundle ID.
- then, [download and copy](https://firebase.google.com/docs/flutter/setup#configure_an_ios_app) `GoogleService-Info.plist` into `iOS/Runner`, and add it to the Runner target in Xcode.

See this document for full instructions:

- [https://firebase.google.com/docs/flutter/setup](https://firebase.google.com/docs/flutter/setup)