https://github.com/hacker1649/flutter-firebase-starter
Classwork #10 - Configure Firebase With Flutter
https://github.com/hacker1649/flutter-firebase-starter
cloud-firestore dart firebase firebase-auth firebase-cli firebase-core flutter flutterfire-cli
Last synced: 4 months ago
JSON representation
Classwork #10 - Configure Firebase With Flutter
- Host: GitHub
- URL: https://github.com/hacker1649/flutter-firebase-starter
- Owner: hacker1649
- Created: 2024-05-18T13:05:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T14:00:47.000Z (about 1 year ago)
- Last Synced: 2024-12-31T15:50:00.492Z (6 months ago)
- Topics: cloud-firestore, dart, firebase, firebase-auth, firebase-cli, firebase-core, flutter, flutterfire-cli
- Language: C++
- Homepage: https://firebase.google.com/codelabs/firebase-get-to-know-flutter#0
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get to Know Firebase for Flutter
This repository contains the code and resources for the codelab found [here](https://firebase.google.com/codelabs/firebase-get-to-know-flutter#0). This codelab introduces you to [Firebase](https://firebase.google.com/) and helps you to integrate it into Flutter mobile apps for both Android and iOS.
## What you'll learn
- You'll discover how to efficiently integrate Firebase across all compatible Flutter platforms. Explore the [Firebase for Flutter Documentation](https://firebase.google.com/docs/flutter/setup?platform=ios) for more information.- How to to build an event RSVP and guestbook chat app on Android, iOS, the Web, and macOS with Flutter.
- How to authenticate users with Firebase Authentication and sync data with Firestore.
## flutter_firebase : A Flutter Project
- A new Flutter project developed with basic knowledge of Flutter and Dart.
- A Firebase project. You can create one at the [Firebase Console](https://console.firebase.google.com/).### Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.