diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 083e125b32d2..ef885da2fd5c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,7 +31,7 @@ Does your PR require plugin users to manually update their apps to accommodate y [issue database]: https://github.com/flutter/flutter/issues -[Contributor Guide]: https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md +[Contributor Guide]: https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [pub versioning philosophy]: https://www.dartlang.org/tools/pub/versioning [CLA]: https://cla.developers.google.com/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9dcc0014d479..7470eb860d10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to FlutterFire -[![Build Status](https://api.cirrus-ci.com/github/flutter/plugins.svg)](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) +[![Build Status](https://api.cirrus-ci.com/github/FirebaseExtended/flutterfire.svg)](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_ @@ -22,9 +22,9 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod * If you haven't configured your machine with an SSH key that's known to github, then follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/) to generate an SSH key. - * `git clone git@github.com:/plugins.git` + * `git clone git@github.com:/flutterfire.git` * `cd plugins` - * `git remote add upstream git@github.com:flutter/plugins.git` (So that you + * `git remote add upstream git@github.com:FirebaseExtended/flutterfire.git` (So that you fetch from the master repository, not your clone, when running `git fetch` et al.) diff --git a/README.md b/README.md index 06d3904d243c..241a666abec7 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # FlutterFire -[![Build Status](https://api.cirrus-ci.com/github/flutter/plugins.svg)](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) +[![Build Status](https://api.cirrus-ci.com/github/FirebaseExtended/flutterfire.svg)](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) FlutterFire is a set of [Flutter plugins](https://flutter.io/platform-plugins/) that enable Flutter apps to use one or more [Firebase](https://firebase.google.com/) services. You can follow an example that shows how to use these plugins in the [Firebase for Flutter](https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html#0) codelab. -[Flutter](https://flutter.io) is a new mobile app SDK to help developers and -designers build modern mobile apps for iOS and Android. +[Flutter](https://flutter.dev) is Google's mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. -*Note*: The plugins are still under development, and some APIs might not be available yet. -[Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: FlutterFire plugins are still under development, and some APIs might not be available yet. +[Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Available FlutterFire plugins @@ -24,7 +23,7 @@ designers build modern mobile apps for iOS and Android. | [firebase_crashlytics][crash_pub] | ![pub package][crash_badge] | [Firebase Crashlytics][crash_product] | [`packages/firebase_crashlytics`][crash_code] | | [firebase_database][database_pub] | ![pub package][database_badge] | [Firebase Realtime Database][database_product] | [`packages/firebase_database`][database_code] | | [firebase_dynamic_links][dynamic_links_pub] | ![pub package][dynamic_links_badge] | [Firebase Dynamic Links][dynamic_links_product] | [`packages/firebase_dynamic_links`][dynamic_links_code] | -| [in_app_messaging][in_app_messaging_pub] | ![pub package][in_app_messaging_badge] | [Firebase In-App Messaging][in_app_messaging_product] | [`packages/firebase_in_app_messaging`][in_app_messaging_code] | +| [firebase_in_app_messaging][in_app_messaging_pub] | ![pub package][in_app_messaging_badge] | [Firebase In-App Messaging][in_app_messaging_product] | [`packages/firebase_in_app_messaging`][in_app_messaging_code] | | [firebase_messaging][messaging_pub] | ![pub package][messaging_badge] | [Firebase Cloud Messaging][messaging_product] | [`packages/firebase_messaging`][messaging_code] | | [firebase_ml_vision][ml_vision_pub] | ![pub package][ml_vision_badge] | [Firebase ML Kit][ml_vision_product] | [`packages/firebase_ml_vision`][ml_vision_code] | | [firebase_performance][performance_pub] | ![pub package][performance_badge] | [Firebase Performance Monitoring][performance_product] | [`packages/firebase_performance`][performance_code] | @@ -33,77 +32,77 @@ designers build modern mobile apps for iOS and Android. [admob_pub]: https://pub.dartlang.org/packages/firebase_admob [admob_product]: https://firebase.google.com/docs/admob/ -[admob_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_admob +[admob_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob [admob_badge]: https://img.shields.io/pub/v/firebase_admob.svg [analytics_pub]: https://pub.dartlang.org/packages/firebase_analytics [analytics_product]: https://firebase.google.com/products/analytics/ -[analytics_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics +[analytics_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics [analytics_badge]: https://img.shields.io/pub/v/firebase_analytics.svg [auth_pub]: https://pub.dartlang.org/packages/firebase_auth [auth_product]: https://firebase.google.com/products/auth/ -[auth_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_auth +[auth_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth [auth_badge]: https://img.shields.io/pub/v/firebase_auth.svg [core_pub]: https://pub.dartlang.org/packages/firebase_core [core_product]: https://firebase.google.com/ -[core_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_core +[core_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core [core_badge]: https://img.shields.io/pub/v/firebase_core.svg [crash_pub]: https://pub.dartlang.org/packages/firebase_crashlytics [crash_product]: https://firebase.google.com/products/crashlytics/ -[crash_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics +[crash_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics [crash_badge]: https://img.shields.io/pub/v/firebase_crashlytics.svg [database_pub]: https://pub.dartlang.org/packages/firebase_database [database_product]: https://firebase.google.com/products/database/ -[database_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_database +[database_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database [database_badge]: https://img.shields.io/pub/v/firebase_database.svg [dynamic_links_pub]: https://pub.dartlang.org/packages/firebase_dynamic_links [dynamic_links_product]: https://firebase.google.com/products/dynamic-links/ -[dynamic_links_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_dynamic_links +[dynamic_links_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links [dynamic_links_badge]: https://img.shields.io/pub/v/firebase_dynamic_links.svg [firestore_pub]: https://pub.dartlang.org/packages/cloud_firestore [firestore_product]: https://firebase.google.com/products/firestore/ -[firestore_code]: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore +[firestore_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore [firestore_badge]: https://img.shields.io/pub/v/cloud_firestore.svg [functions_pub]: https://pub.dartlang.org/packages/cloud_functions [functions_product]: https://firebase.google.com/products/functions/ -[functions_code]: https://github.com/flutter/plugins/tree/master/packages/cloud_functions +[functions_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions [functions_badge]: https://img.shields.io/pub/v/cloud_functions.svg [in_app_messaging_pub]: https://pub.dartlang.org/packages/firebase_in_app_messaging [in_app_messaging_product]: https://firebase.google.com/products/in-app-messaging/ -[in_app_messaging_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_in_app_messaging +[in_app_messaging_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_in_app_messaging [in_app_messaging_badge]: https://img.shields.io/pub/v/firebase_in_app_messaging.svg [messaging_pub]: https://pub.dartlang.org/packages/firebase_messaging [messaging_product]: https://firebase.google.com/products/cloud-messaging/ -[messaging_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_messaging +[messaging_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging [messaging_badge]: https://img.shields.io/pub/v/firebase_messaging.svg [ml_vision_pub]: https://pub.dartlang.org/packages/firebase_ml_vision [ml_vision_product]: https://firebase.google.com/products/ml-kit/ -[ml_vision_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_ml_vision +[ml_vision_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision [ml_vision_badge]: https://img.shields.io/pub/v/firebase_ml_vision.svg [performance_pub]: https://pub.dartlang.org/packages/firebase_performance [performance_product]: https://firebase.google.com/products/performance/ -[performance_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_performance +[performance_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance [performance_badge]: https://img.shields.io/pub/v/firebase_performance.svg [remote_config_pub]: https://pub.dartlang.org/packages/firebase_remote_config [remote_config_product]: https://firebase.google.com/products/remote-config/ -[remote_config_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_remote_config +[remote_config_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config [remote_config_badge]: https://img.shields.io/pub/v/firebase_remote_config.svg [storage_pub]: https://pub.dartlang.org/packages/firebase_storage [storage_product]: https://firebase.google.com/products/storage/ -[storage_code]: https://github.com/flutter/plugins/tree/master/packages/firebase_storage +[storage_code]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage [storage_badge]: https://img.shields.io/pub/v/firebase_storage.svg ## Issues @@ -115,6 +114,6 @@ Plugin issues that are not specific to Flutterfire can be filed in the [Flutter ## Contributing If you wish to contribute a change to any of the existing plugins in this repo, -please review our [contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md), +please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md), and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls). diff --git a/packages/cloud_firestore/CHANGELOG.md b/packages/cloud_firestore/CHANGELOG.md index f5d647e0b9db..2dee1a9bb4ff 100644 --- a/packages/cloud_firestore/CHANGELOG.md +++ b/packages/cloud_firestore/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.9+1 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. +* Remove executable bit on LICENSE file. + ## 0.12.9 * New optional `includeMetadataChanges` parameter added to `DocumentReference.snapshots()` diff --git a/packages/cloud_firestore/README.md b/packages/cloud_firestore/README.md index c34e2fa4709e..7331afbdea3e 100755 --- a/packages/cloud_firestore/README.md +++ b/packages/cloud_firestore/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Cloud Firestore API](https://firebase.google.com/do [![pub package](https://img.shields.io/pub/v/cloud_firestore.svg)](https://pub.dartlang.org/packages/cloud_firestore) -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Setup diff --git a/packages/cloud_firestore/pubspec.yaml b/packages/cloud_firestore/pubspec.yaml index 475130fbb5f5..69d41a2dea6d 100755 --- a/packages/cloud_firestore/pubspec.yaml +++ b/packages/cloud_firestore/pubspec.yaml @@ -2,8 +2,8 @@ name: cloud_firestore description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_firestore -version: 0.12.9 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore +version: 0.12.9+1 flutter: plugin: diff --git a/packages/cloud_functions/CHANGELOG.md b/packages/cloud_functions/CHANGELOG.md index 57062fbbfa2c..3fd51f890259 100644 --- a/packages/cloud_functions/CHANGELOG.md +++ b/packages/cloud_functions/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1+1 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.4.1 * Support for cloud functions emulators. diff --git a/packages/cloud_functions/README.md b/packages/cloud_functions/README.md index 0e3440416ddf..3f6ff884bda3 100644 --- a/packages/cloud_functions/README.md +++ b/packages/cloud_functions/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Cloud Functions for Firebase API](https://firebase. [![pub package](https://img.shields.io/pub/v/cloud_functions.svg)](https://pub.dartlang.org/packages/cloud_functions) -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Setup diff --git a/packages/cloud_functions/pubspec.yaml b/packages/cloud_functions/pubspec.yaml index d1e9bf14f4cd..1d0fc682f3b8 100644 --- a/packages/cloud_functions/pubspec.yaml +++ b/packages/cloud_functions/pubspec.yaml @@ -1,8 +1,8 @@ name: cloud_functions description: Flutter plugin for Cloud Functions. -version: 0.4.1 +version: 0.4.1+1 author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_functions +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions flutter: plugin: diff --git a/packages/firebase_admob/CHANGELOG.md b/packages/firebase_admob/CHANGELOG.md index 7a44bfb131f5..7a2b5bf14eac 100644 --- a/packages/firebase_admob/CHANGELOG.md +++ b/packages/firebase_admob/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0+5 + +* Update documentation to reflect new repository location. + ## 0.9.0+4 * Add the ability to horizontally adjust the ads banner location by specifying a pixel offset from the centre. diff --git a/packages/firebase_admob/README.md b/packages/firebase_admob/README.md index a7a285249c49..6161b863037a 100644 --- a/packages/firebase_admob/README.md +++ b/packages/firebase_admob/README.md @@ -5,8 +5,8 @@ displaying banner, interstitial (full-screen), and rewarded video ads using the [Firebase AdMob API](https://firebase.google.com/docs/admob/). *Note*: This plugin is in beta, and may still have a few issues and missing APIs. -[Feedback](https://github.com/flutter/flutter/issues) and -[Pull Requests](https://github.com/flutter/plugins/pulls) are welcome. +[Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and +[Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are welcome. ## AndroidManifest changes @@ -213,4 +213,4 @@ limitations: interstitial ad For Flutter plugins for other Firebase products, see -[FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +[README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). diff --git a/packages/firebase_admob/ios/firebase_admob.podspec b/packages/firebase_admob/ios/firebase_admob.podspec index 3992db721126..6d77d214a831 100644 --- a/packages/firebase_admob/ios/firebase_admob.podspec +++ b/packages/firebase_admob/ios/firebase_admob.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Admob plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_admob' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_admob/pubspec.yaml b/packages/firebase_admob/pubspec.yaml index e6ba7fa7271a..db7647bebbbe 100644 --- a/packages/firebase_admob/pubspec.yaml +++ b/packages/firebase_admob/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_admob description: Flutter plugin for Firebase AdMob, supporting banner, interstitial (full-screen), and rewarded video ads author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_admob -version: 0.9.0+4 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob +version: 0.9.0+5 flutter: plugin: diff --git a/packages/firebase_analytics/CHANGELOG.md b/packages/firebase_analytics/CHANGELOG.md index 16051241ebb9..6c145b36a89f 100644 --- a/packages/firebase_analytics/CHANGELOG.md +++ b/packages/firebase_analytics/CHANGELOG.md @@ -1,3 +1,9 @@ +## 5.0.1 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. +* Remove executable bit on LICENSE file. + ## 5.0.0 * **Breaking change**. Remove deprecated method `setMinimumSessionDuration`. diff --git a/packages/firebase_analytics/README.md b/packages/firebase_analytics/README.md index f8874acc1480..7bbf6d3ad084 100755 --- a/packages/firebase_analytics/README.md +++ b/packages/firebase_analytics/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Google Analytics for Firebase API](https://firebase.google.com/docs/analytics/). -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage To use this plugin, add `firebase_analytics` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). You must also configure firebase analytics for each platform project: Android and iOS (see the example folder or https://codelabs.developers.google.com/codelabs/flutter-firebase/#4 for step by step details). @@ -36,5 +36,5 @@ for an example of how to wire that up. See the [`example`][example] directory for a complete sample app using Google Analytics for Firebase. -[example]: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics/example -[tabs_page]: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics/example/lib/tabs_page.dart \ No newline at end of file +[example]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/example +[tabs_page]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/example/lib/tabs_page.dart \ No newline at end of file diff --git a/packages/firebase_analytics/ios/firebase_analytics.podspec b/packages/firebase_analytics/ios/firebase_analytics.podspec index 31c21add0d96..c3e7866c1a54 100755 --- a/packages/firebase_analytics/ios/firebase_analytics.podspec +++ b/packages/firebase_analytics/ios/firebase_analytics.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Analytics plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_analytics' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_analytics/pubspec.yaml b/packages/firebase_analytics/pubspec.yaml index 071ed2321382..d3aad5692430 100755 --- a/packages/firebase_analytics/pubspec.yaml +++ b/packages/firebase_analytics/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_analytics description: Flutter plugin for Google Analytics for Firebase, an app measurement solution that provides insight on app usage and user engagement on Android and iOS. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics -version: 5.0.0 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics +version: 5.0.1 flutter: plugin: diff --git a/packages/firebase_auth/CHANGELOG.md b/packages/firebase_auth/CHANGELOG.md index d2b0aa1a4e34..4dfbd3df1d72 100644 --- a/packages/firebase_auth/CHANGELOG.md +++ b/packages/firebase_auth/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.0+3 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. +* Remove executable bit on LICENSE file. + ## 0.14.0+2 * Reduce compiler warnings on iOS port by replacing `int` with `long` backing in returned timestamps. diff --git a/packages/firebase_auth/README.md b/packages/firebase_auth/README.md index 5c1e80f8181f..1bd04e452afa 100755 --- a/packages/firebase_auth/README.md +++ b/packages/firebase_auth/README.md @@ -3,9 +3,9 @@ A Flutter plugin to use the [Firebase Authentication API](https://firebase.googl [![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth) -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage @@ -133,10 +133,10 @@ device you are using you must set the `URL Schemes` to the `REVERSE_CLIENT_ID` f ## Example -See the [example application](https://github.com/flutter/plugins/tree/master/packages/firebase_auth/example) source +See the [example application](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/example) source for a complete sample app using the Firebase authentication. ## Issues and feedback -Please file [issues](https://github.com/flutter/flutter/issues/new) +Please file [issues](https://github.com/FirebaseExtended/flutterfire/issues/new) to send feedback or report a bug. Thank you! diff --git a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m index 28a3f3e18b03..61b2498e6560 100644 --- a/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m +++ b/packages/firebase_auth/ios/Classes/FirebaseAuthPlugin.m @@ -94,7 +94,7 @@ - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDiction // * reauthenticateAndRetrieveDataWithCredential:completion: // * linkAndRetrieveDataWithCredential:completion: // * signInAndRetrieveDataWithCredential:completion: -// See discussion at https://github.com/flutter/plugins/pull/1487 +// See discussion at https://github.com/FirebaseExtended/flutterfire/pull/1487 #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - (void)handleMethodCall:(FlutterMethodCall *)call result:(FlutterResult)result { diff --git a/packages/firebase_auth/ios/firebase_auth.podspec b/packages/firebase_auth/ios/firebase_auth.podspec index 760e8bd85bc2..9d10f09270ba 100755 --- a/packages/firebase_auth/ios/firebase_auth.podspec +++ b/packages/firebase_auth/ios/firebase_auth.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Auth plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_auth' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_auth/pubspec.yaml b/packages/firebase_auth/pubspec.yaml index 163957b97e9b..ea9bc63dfce9 100755 --- a/packages/firebase_auth/pubspec.yaml +++ b/packages/firebase_auth/pubspec.yaml @@ -3,8 +3,8 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS authentication using passwords, phone numbers and identity providers like Google, Facebook and Twitter. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth -version: 0.14.0+2 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth +version: 0.14.0+3 flutter: plugin: diff --git a/packages/firebase_core/CHANGELOG.md b/packages/firebase_core/CHANGELOG.md index 04845d383e94..b336f5000db0 100644 --- a/packages/firebase_core/CHANGELOG.md +++ b/packages/firebase_core/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0+9 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.4.0+8 * Update google-services Android gradle plugin to 4.3.0 in documentation and examples. diff --git a/packages/firebase_core/README.md b/packages/firebase_core/README.md index bc72824024d7..5f5008e85bfb 100644 --- a/packages/firebase_core/README.md +++ b/packages/firebase_core/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the Firebase Core API, which enables connecting to multiple Firebase apps. -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage To use this plugin, add `firebase_core` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). diff --git a/packages/firebase_core/pubspec.yaml b/packages/firebase_core/pubspec.yaml index aa8f37e26ba1..b44f4f328b8b 100644 --- a/packages/firebase_core/pubspec.yaml +++ b/packages/firebase_core/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_core description: Flutter plugin for Firebase Core, enabling connecting to multiple Firebase apps. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_core -version: 0.4.0+8 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core +version: 0.4.0+9 flutter: plugin: diff --git a/packages/firebase_crashlytics/CHANGELOG.md b/packages/firebase_crashlytics/CHANGELOG.md index 6b85c00fea17..c65f09b20be3 100644 --- a/packages/firebase_crashlytics/CHANGELOG.md +++ b/packages/firebase_crashlytics/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.0+3 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.1.0+2 * [iOS] Fixes crash when trying to report a crash without any context diff --git a/packages/firebase_crashlytics/README.md b/packages/firebase_crashlytics/README.md index 9f3980a0d16b..e22b1a2cb8cb 100644 --- a/packages/firebase_crashlytics/README.md +++ b/packages/firebase_crashlytics/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Firebase Crashlytics Service](https://firebase.goog [![pub package](https://img.shields.io/pub/v/firebase_crashlytics.svg)](https://pub.dartlang.org/packages/firebase_crashlytics) -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage @@ -119,10 +119,10 @@ flutter: Error reported to Crashlytics. ## Example -See the [example application](https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics/example) source +See the [example application](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics/example) source for a complete sample app using `firebase_crashlytics`. ## Issues and feedback -Please file [issues](https://github.com/flutter/flutter/issues/new) +Please file [issues](https://github.com/FirebaseExtended/flutterfire/issues/new) to send feedback or report a bug. Thank you! diff --git a/packages/firebase_crashlytics/pubspec.yaml b/packages/firebase_crashlytics/pubspec.yaml index 5b1542554213..dbd12b6655b0 100644 --- a/packages/firebase_crashlytics/pubspec.yaml +++ b/packages/firebase_crashlytics/pubspec.yaml @@ -2,9 +2,9 @@ name: firebase_crashlytics description: Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the Firebase console. -version: 0.1.0+2 +version: 0.1.0+3 author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics environment: sdk: ">=2.0.0-dev.68.0 <3.0.0" diff --git a/packages/firebase_database/CHANGELOG.md b/packages/firebase_database/CHANGELOG.md index eedce557e0f1..812827cc5ed6 100644 --- a/packages/firebase_database/CHANGELOG.md +++ b/packages/firebase_database/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.0.6 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. +* Remove executable bit on LICENSE file. + ## 3.0.5 * Update google-services Android gradle plugin to 4.3.0 in documentation and examples. diff --git a/packages/firebase_database/README.md b/packages/firebase_database/README.md index 107f7869ddd1..ad675c1c41ad 100755 --- a/packages/firebase_database/README.md +++ b/packages/firebase_database/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Firebase Realtime Database API](https://firebase.google.com/products/database/). -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage To use this plugin, add `firebase_database` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). diff --git a/packages/firebase_database/ios/firebase_database.podspec b/packages/firebase_database/ios/firebase_database.podspec index eab0bfacedab..72bcfcc5486d 100755 --- a/packages/firebase_database/ios/firebase_database.podspec +++ b/packages/firebase_database/ios/firebase_database.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Database plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_database' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_database/pubspec.yaml b/packages/firebase_database/pubspec.yaml index 19c3a4e88e76..ee088c7ee471 100755 --- a/packages/firebase_database/pubspec.yaml +++ b/packages/firebase_database/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_database description: Flutter plugin for Firebase Database, a cloud-hosted NoSQL database with realtime data syncing across Android and iOS clients, and offline access. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_database -version: 3.0.5 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database +version: 3.0.6 flutter: plugin: diff --git a/packages/firebase_dynamic_links/CHANGELOG.md b/packages/firebase_dynamic_links/CHANGELOG.md index 04e18d9e9815..561c447c2a7e 100644 --- a/packages/firebase_dynamic_links/CHANGELOG.md +++ b/packages/firebase_dynamic_links/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.0+1 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.5.0 * **Breaking change**. Changed architecture and method names to be able to differentiate between diff --git a/packages/firebase_dynamic_links/README.md b/packages/firebase_dynamic_links/README.md index e5b755d6f421..96a4b1b176af 100644 --- a/packages/firebase_dynamic_links/README.md +++ b/packages/firebase_dynamic_links/README.md @@ -8,9 +8,9 @@ With Dynamic Links, your users get the best available experience for the platfor In addition, Dynamic Links work across app installs: if a user opens a Dynamic Link on iOS or Android and doesn't have your app installed, the user can be prompted to install it; then, after installation, your app starts and can access the link. -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage diff --git a/packages/firebase_dynamic_links/ios/firebase_dynamic_links.podspec b/packages/firebase_dynamic_links/ios/firebase_dynamic_links.podspec index 8d1d18ef1368..cdf9918795a8 100644 --- a/packages/firebase_dynamic_links/ios/firebase_dynamic_links.podspec +++ b/packages/firebase_dynamic_links/ios/firebase_dynamic_links.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating and handling links across multiple platforms. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_dynamic_links' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_dynamic_links/pubspec.yaml b/packages/firebase_dynamic_links/pubspec.yaml index 73848496a15b..91bc3486d326 100644 --- a/packages/firebase_dynamic_links/pubspec.yaml +++ b/packages/firebase_dynamic_links/pubspec.yaml @@ -1,10 +1,10 @@ name: firebase_dynamic_links description: Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating and handling links across multiple platforms. -version: 0.5.0 +version: 0.5.0+1 author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_dynamic_links +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links dependencies: flutter: diff --git a/packages/firebase_messaging/CHANGELOG.md b/packages/firebase_messaging/CHANGELOG.md index 76fe5f3c10c0..e8448c875253 100644 --- a/packages/firebase_messaging/CHANGELOG.md +++ b/packages/firebase_messaging/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.1.4 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 5.1.3 * Update google-services Android gradle plugin to 4.3.0 in documentation and examples. @@ -242,7 +247,7 @@ In FirebaseMessagingPlugin.m: ## 0.0.2+1 * Added workaround for https://github.com/flutter/flutter/issues/9694 to README -* Moved code to https://github.com/flutter/plugins +* Moved code to https://github.com/FirebaseExtended/flutterfire ## 0.0.2 diff --git a/packages/firebase_messaging/README.md b/packages/firebase_messaging/README.md index fced940d7b7f..1d71ab81d848 100644 --- a/packages/firebase_messaging/README.md +++ b/packages/firebase_messaging/README.md @@ -6,9 +6,9 @@ A Flutter plugin to use the [Firebase Cloud Messaging (FCM) API](https://firebas With this plugin, your Flutter app can receive and process push notifications as well as data messages on Android and iOS. Read Firebase's [About FCM Messages](https://firebase.google.com/docs/cloud-messaging/concept-options) to learn more about the differences between notification messages and data messages. -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage To use this plugin, add `firebase_messaging` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). diff --git a/packages/firebase_messaging/ios/firebase_messaging.podspec b/packages/firebase_messaging/ios/firebase_messaging.podspec index 540efc00a189..8765329917d9 100644 --- a/packages/firebase_messaging/ios/firebase_messaging.podspec +++ b/packages/firebase_messaging/ios/firebase_messaging.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Cloud Messaging plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_messaging' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_messaging/pubspec.yaml b/packages/firebase_messaging/pubspec.yaml index cdfa9b11d659..aaf0a873c4a5 100644 --- a/packages/firebase_messaging/pubspec.yaml +++ b/packages/firebase_messaging/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_messaging description: Flutter plugin for Firebase Cloud Messaging, a cross-platform messaging solution that lets you reliably deliver messages on Android and iOS. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_messaging -version: 5.1.3 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging +version: 5.1.4 flutter: plugin: diff --git a/packages/firebase_ml_vision/CHANGELOG.md b/packages/firebase_ml_vision/CHANGELOG.md index b2fe1d37d699..99b53382cb18 100644 --- a/packages/firebase_ml_vision/CHANGELOG.md +++ b/packages/firebase_ml_vision/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.2+1 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.9.2 * Add detection of `FaceContour`s when using the `FaceDetector`. See `README.md` for more information. diff --git a/packages/firebase_ml_vision/README.md b/packages/firebase_ml_vision/README.md index be7e6578f3ab..9f5b6a01e882 100644 --- a/packages/firebase_ml_vision/README.md +++ b/packages/firebase_ml_vision/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [ML Kit Vision for Firebase API](https://firebase.google.com/docs/ml-kit/). -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage diff --git a/packages/firebase_ml_vision/example/README.md b/packages/firebase_ml_vision/example/README.md index 51e02d473c69..e32cf4e61c23 100644 --- a/packages/firebase_ml_vision/example/README.md +++ b/packages/firebase_ml_vision/example/README.md @@ -5,7 +5,7 @@ Demonstrates how to use the firebase_ml_vision plugin. ## Usage *Important* If using on-device detectors on `iOS`, see the plugin -[README.md](https://github.com/flutter/plugins/blob/master/packages/firebase_ml_vision/README.md) on including +[README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/packages/firebase_ml_vision/README.md) on including ML Model pods into the example project. This example uses the *image_picker* plugin to get images from the device gallery. If using an iOS diff --git a/packages/firebase_ml_vision/ios/firebase_ml_vision.podspec b/packages/firebase_ml_vision/ios/firebase_ml_vision.podspec index eb497c1db866..9b265a729a59 100644 --- a/packages/firebase_ml_vision/ios/firebase_ml_vision.podspec +++ b/packages/firebase_ml_vision/ios/firebase_ml_vision.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| An SDK that brings Google's machine learning expertise to Android and iOS apps in a powerful yet easy-to-use package. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_ml_vision' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_ml_vision/pubspec.yaml b/packages/firebase_ml_vision/pubspec.yaml index 05bdfe95d299..76fe02457339 100644 --- a/packages/firebase_ml_vision/pubspec.yaml +++ b/packages/firebase_ml_vision/pubspec.yaml @@ -1,8 +1,8 @@ name: firebase_ml_vision description: Flutter plugin for Firebase machine learning vision services. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_ml_vision -version: 0.9.2 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision +version: 0.9.2+1 dependencies: flutter: diff --git a/packages/firebase_performance/CHANGELOG.md b/packages/firebase_performance/CHANGELOG.md index 64e95feed5a8..474135b02d95 100644 --- a/packages/firebase_performance/CHANGELOG.md +++ b/packages/firebase_performance/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.0+5 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.3.0+4 * Update google-services Android gradle plugin to 4.3.0 in documentation and examples. diff --git a/packages/firebase_performance/README.md b/packages/firebase_performance/README.md index 8dc69662364e..e854b462534a 100644 --- a/packages/firebase_performance/README.md +++ b/packages/firebase_performance/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Google Performance Monitoring for Firebase API](https://firebase.google.com/docs/perf-mon/). -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage diff --git a/packages/firebase_performance/ios/firebase_performance.podspec b/packages/firebase_performance/ios/firebase_performance.podspec index 0759c43b20ee..cd6707f12a56 100644 --- a/packages/firebase_performance/ios/firebase_performance.podspec +++ b/packages/firebase_performance/ios/firebase_performance.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Performance plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_performance' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_performance/pubspec.yaml b/packages/firebase_performance/pubspec.yaml index f864e84745b7..343da68d6505 100644 --- a/packages/firebase_performance/pubspec.yaml +++ b/packages/firebase_performance/pubspec.yaml @@ -3,8 +3,8 @@ description: Flutter plugin for Google Performance Monitoring for Firebase, an a measurement solution that monitors traces and HTTP/S network requests on Android and iOS. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_performance -version: 0.3.0+4 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_performance +version: 0.3.0+5 dependencies: flutter: diff --git a/packages/firebase_remote_config/CHANGELOG.md b/packages/firebase_remote_config/CHANGELOG.md index bdc6d78948a5..30d482f3cc25 100644 --- a/packages/firebase_remote_config/CHANGELOG.md +++ b/packages/firebase_remote_config/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0+6 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. + ## 0.2.0+5 * Update google-services Android gradle plugin to 4.3.0 in documentation and examples. diff --git a/packages/firebase_remote_config/README.md b/packages/firebase_remote_config/README.md index 07f0c223d90b..72828234bc59 100644 --- a/packages/firebase_remote_config/README.md +++ b/packages/firebase_remote_config/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Firebase Remote Config API](https://firebase.google [![pub package](https://img.shields.io/pub/v/firebase_remote_config.svg)](https://pub.dartlang.org/packages/firebase_remote_config) -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage @@ -67,10 +67,10 @@ print('welcome message: ' + remoteConfig.getString('welcome')); ## Example -See the [example application](https://github.com/flutter/plugins/tree/master/packages/firebase_remote_config/example) source +See the [example application](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config/example) source for a complete sample app using the Firebase Remote Config. ## Issues and feedback -Please file [issues](https://github.com/flutter/flutter/issues/new) +Please file [issues](https://github.com/FirebaseExtended/flutterfire/issues/new) to send feedback or report a bug. Thank you! diff --git a/packages/firebase_remote_config/ios/firebase_remote_config.podspec b/packages/firebase_remote_config/ios/firebase_remote_config.podspec index 3e9a83bd0826..9b2f769ce197 100644 --- a/packages/firebase_remote_config/ios/firebase_remote_config.podspec +++ b/packages/firebase_remote_config/ios/firebase_remote_config.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Remote Config plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_remote_config' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_remote_config/pubspec.yaml b/packages/firebase_remote_config/pubspec.yaml index 5875219ecc3d..7542f26a6b94 100644 --- a/packages/firebase_remote_config/pubspec.yaml +++ b/packages/firebase_remote_config/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_remote_config description: Flutter plugin for Firebase Remote Config. Update your application look and feel and behaviour without re-releasing. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_remote_config -version: 0.2.0+5 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config +version: 0.2.0+6 dependencies: flutter: diff --git a/packages/firebase_storage/CHANGELOG.md b/packages/firebase_storage/CHANGELOG.md index 86b8003b2fea..fbb3d2c9040d 100644 --- a/packages/firebase_storage/CHANGELOG.md +++ b/packages/firebase_storage/CHANGELOG.md @@ -1,4 +1,11 @@ +## 3.0.6 + +* Update documentation to reflect new repository location. +* Update unit tests to call `TestWidgetsFlutterBinding.ensureInitialized`. +* Remove executable bit on LICENSE file. + ## 3.0.5 + * Removed automatic print statements for `StorageTaskEvent`'s. If you want to see the event status in your logs now, you will have to use the following: `storageReference.put{File/Data}(..).events.listen((event) => print('EVENT ${event.type}'));` diff --git a/packages/firebase_storage/README.md b/packages/firebase_storage/README.md index 70aea955cd52..ed92b3fbf4a4 100755 --- a/packages/firebase_storage/README.md +++ b/packages/firebase_storage/README.md @@ -4,9 +4,9 @@ A Flutter plugin to use the [Firebase Cloud Storage API](https://firebase.google.com/products/storage/). -For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md). +For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md). -*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome! +*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome! ## Usage diff --git a/packages/firebase_storage/ios/firebase_storage.podspec b/packages/firebase_storage/ios/firebase_storage.podspec index 2fa05a18004a..437f93fbace7 100755 --- a/packages/firebase_storage/ios/firebase_storage.podspec +++ b/packages/firebase_storage/ios/firebase_storage.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Firebase Storage plugin for Flutter. DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/firebase_storage' + s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/firebase_storage/pubspec.yaml b/packages/firebase_storage/pubspec.yaml index cffac66c8a1b..95104798664d 100755 --- a/packages/firebase_storage/pubspec.yaml +++ b/packages/firebase_storage/pubspec.yaml @@ -2,8 +2,8 @@ name: firebase_storage description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and cost-effective object storage service for Android and iOS. author: Flutter Team -homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage -version: 3.0.5 +homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage +version: 3.0.6 flutter: plugin: