|
6 | 6 |
|
7 | 7 | Pre-lit Firebase authentication. It provides a set of convenient utilities and widgets to easily add Firebase authentication to a Flutter app.
|
8 | 8 |
|
| 9 | +## Table of Contents |
| 10 | +[Features](#features) |
| 11 | +- [Table of Contents](#table-of-contents) |
| 12 | +- [Features](#features) |
| 13 | +- [Getting started](#getting-started) |
| 14 | +- [Platform Configuration](#platform-configuration) |
| 15 | + - [Android integration](#android-integration) |
| 16 | + - [iOS integration](#ios-integration) |
| 17 | + - [Web integration](#web-integration) |
| 18 | +- [Usage](#usage) |
| 19 | + - [Lit Firebase Initialization](#lit-firebase-initialization) |
| 20 | + - [Standard Sign-in widget](#standard-sign-in-widget) |
| 21 | + - [Handle auth state changes](#handle-auth-state-changes) |
| 22 | + - [Auth success and failure](#auth-success-and-failure) |
| 23 | + - [Sign out](#sign-out) |
| 24 | + - [Get current user](#get-current-user) |
| 25 | + - [Watch user for changes](#watch-user-for-changes) |
| 26 | + - [Determine if submitting is active](#determine-if-submitting-is-active) |
| 27 | +- [Authentication Providers](#authentication-providers) |
| 28 | + - [Initialization](#initialization) |
| 29 | + - [Google Sign In for Android](#google-sign-in-for-android) |
| 30 | + - [Google Sign In for iOS](#google-sign-in-for-ios) |
| 31 | + - [iOS additional requirement](#ios-additional-requirement) |
| 32 | + - [Apple Sign In for iOS](#apple-sign-in-for-ios) |
| 33 | + - [Twitter Sign In for iOS and Android](#twitter-sign-in-for-ios-and-android) |
| 34 | + - [Using with Lit Firebase Auth](#using-with-lit-firebase-auth) |
| 35 | +- [Decoration and theming](#decoration-and-theming) |
| 36 | + - [Standard Sign-in widget customization](#standard-sign-in-widget-customization) |
| 37 | + - [Notifications](#notifications) |
| 38 | + - [Additional Customization](#additional-customization) |
| 39 | + - [Icons](#icons) |
| 40 | +- [Planned features](#planned-features) |
| 41 | +- [Dart Versions](#dart-versions) |
| 42 | +- [Maintainers](#maintainers) |
| 43 | +- [Starware](#starware) |
9 | 44 |
|
10 | 45 | ## Features
|
11 | 46 |
|
|
0 commit comments