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
- Host: GitHub
- URL: https://github.com/bizz84/multiple_counters_firestore_flutter
- Owner: bizz84
- Created: 2020-01-20T11:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T15:56:11.000Z (over 1 year ago)
- Last Synced: 2025-06-20T16:57:37.286Z (4 months ago)
- Language: Dart
- Homepage: https://codewithandrea.com/
- Size: 338 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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)