https://github.com/avinandanbose/firebase_flutter_complete
Its a Complete Series of Firebase-Flutter Connection Step By Step
https://github.com/avinandanbose/firebase_flutter_complete
Last synced: 7 months ago
JSON representation
Its a Complete Series of Firebase-Flutter Connection Step By Step
- Host: GitHub
- URL: https://github.com/avinandanbose/firebase_flutter_complete
- Owner: AvinandanBose
- License: mit
- Created: 2022-08-04T08:31:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T05:23:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T17:11:23.430Z (9 months ago)
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireBase_Flutter_Complete
Its a Complete Series of Firebase-Flutter Connection Step By Step
1. Creation of Firebase A/C and Linking with Flutter
2. Talking about some errors while compilation
3. Setting Up Authentication
4. Simple SignIn through Flutter using TextField Widget
5. Simple PageRouting through Navigator.push and MaterialPageRoute using TextField Widget
6. Simple PageRouting through Navigator.pushReplacement and MaterialPageRoute using TextField Widget
7. Named Routes in Flutter Type 1
8. Navigator.pushNamed and Named Routes in Flutter Type 2
9. HintText and Using Form Widget with Applying Form Key
10. SharedPreference Introduction and its Definition