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

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

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.