firebase_core_web 0.3.0-nullsafety.0 firebase_core_web: ^0.3.0-nullsafety.0 copied to clipboard
The web implementation of firebase_core
0.3.0-nullsafety.0 #
Major bump for the null-safety version to respect the versioning convention.
0.2.2-nullsafety.1 #
- Bump
firebase_core
dependency version.
0.2.2-nullsafety.0 #
- REFACTOR: Migrate to non-nullable types (#4656).
0.2.1+3 #
- Update a dependency to the latest release.
0.2.1+2 #
- Update a dependency to the latest release.
0.2.1+1 #
- REFACTOR: ignore typedefs.
- FIX: ensure list items are converted (#4076).
0.2.1 #
- FEAT: migrate firebase interop files to local repository (#3973).
- CHORE: promote to stable version.
- CHORE: remove android directory from web plugins (#3199).
0.2.0 #
-
DEPRECATED:
FirebaseApp.configure
method is now deprecated in favor of theFirebase.initializeApp
method. -
DEPRECATED:
FirebaseApp.allApps
method is now deprecated in favor of theFirebase.apps
property.- Previously,
allApps
was asynchronous where it is now synchronous.
- Previously,
-
DEPRECATED:
FirebaseApp.appNamed
method is now deprecated in favor of theFirebase.app
method. -
BREAKING:
FirebaseApp.options
getter is now synchronous. -
FirebaseOptions
has been reworked to better match web property names:- DEPRECATED:
googleAppID
is now deprecated in favor ofappId
. - DEPRECATED:
projectID
is now deprecated in favor ofprojectId
. - DEPRECATED:
bundleID
is now deprecated in favor ofbundleId
. - DEPRECATED:
clientID
is now deprecated in favor ofandroidClientId
. - DEPRECATED:
trackingID
is now deprecated in favor oftrackingId
. - DEPRECATED:
gcmSenderID
is now deprecated in favor ofmessagingSenderId
. - Added support for
authDomain
. - Added support for
trackingId
. - Required properties are now
apiKey
,appId
,messagingSenderId
&projectId
.
- DEPRECATED:
-
Added support for deleting Firebase app instances via the
delete
method onFirebaseApp
. -
Added support for returning consistent error messages from
firebase-dart
plugin.- Any FlutterFire related errors now throw a
FirebaseException
.
- Any FlutterFire related errors now throw a
-
Added a
FirebaseException
class to handle all FlutterFire related errors.- Matching the web sdk, the exception returns a formatted "[plugin/code] message" message when thrown.
0.1.2 #
- Update lower bound of dart dependency to 2.0.0.
0.1.1+3 #
- Make the pedantic dev_dependency explicit.
0.1.1+2 #
- Update setup instructions in the README.
0.1.1+1 #
- Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46898
0.1.1 #
- Require Flutter SDK 1.12.13+hotfix.4 or greater.
- Fix homepage.
0.1.0+3 #
- Remove the deprecated
author:
field from pubspec.yaml - Bump the minimum Flutter version to 1.10.0.
0.1.0+2 #
- Add documentation for initializing the default app.
0.1.0+1 #
- Use
package:firebase
for firebase functionality.
0.1.0 #
- Initial open-source release.