forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[firebase_core_web] Use package:firebase (firebase#1522)
* Use package:firebase * Bump pubspec
- Loading branch information
Harry Terkelsen
authored
Dec 2, 2019
1 parent
b498372
commit 3140f4c
Showing
4 changed files
with
23 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.1.0 | ||
## 0.1.0+1 | ||
|
||
- Initial open-source release. | ||
* Use `package:firebase` for firebase functionality. | ||
|
||
## 0.1.0 | ||
|
||
* Initial open-source release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
packages/firebase_core/firebase_core_web/lib/src/firebase_js.dart
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: firebase_core_web | |
description: The web implementation of firebase_core | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/FirebaseExtended/flutterfire/packages/firebase_core/firebase_core_web | ||
version: 0.1.0 | ||
version: 0.1.0+1 | ||
|
||
flutter: | ||
plugin: | ||
|
@@ -12,6 +12,7 @@ flutter: | |
fileName: firebase_core_web.dart | ||
|
||
dependencies: | ||
firebase: ^7.0.0 | ||
firebase_core_platform_interface: ^1.0.0 | ||
flutter: | ||
sdk: flutter | ||
|