flutter_canvas_firebase_apis 0.0.1 flutter_canvas_firebase_apis: ^0.0.1 copied to clipboard
A Flutter package for connecting Flutter applications with Firebase on Android and IOS developed by FlutterCanvas.
Flutter Canvas Firebase APIs #
A handy Flutter package for Firebase APIs developed by Flutter Canvas.
Getting Started #
To use this package and set up Firebase in your Flutter project, follow these steps:
-
Add Firebase Configuration:
- Create a Firebase project on the Firebase Console.
- Add your Android and iOS apps to the project, following the provided setup instructions.
-
Update Your pubspec.yaml:
- In your project's
pubspec.yaml
file, add this package and other required dependencies:
dependencies: flutter_canvas_firebase_apis: ^0.0.1 cloud_firestore: ^4.12.2 firebase_auth: ^4.12.1 google_sign_in: ^6.1.5
- In your project's