-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update READMEs and homepage links to reflect new repository location #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ae39b05
Update documentation and homepage links, bump all versions for release
collinjackson c3fc771
Update versions
collinjackson 39f8fbf
More link updates
collinjackson d91cfe5
More search and replace
collinjackson 6f5055a
Fix badge
collinjackson 31fdee4
Update CONTRIBUTING.md
collinjackson 549164d
Merge remote-tracking branch 'origin/master' into docs2
collinjackson d017578
Merge remote-tracking branch 'cj/docs2' into docs2
collinjackson fcfa5c6
Update changelog
collinjackson 2a2ee92
Fix docs link to firebase_in_app_messaging
collinjackson 65d0b0d
Merge remote-tracking branch 'origin/master' into docs2
collinjackson 6c71e01
Update changelogs
collinjackson 901b3a5
Make changelog entries into a sentence
collinjackson d79e6e9
Update CHANGELOGs
collinjackson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,6 +1,6 @@ | ||
# Contributing to FlutterFire | ||
|
||
[](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) | ||
[](https://cirrus-ci.com/github/FirebaseExtended/flutterfire/master) | ||
|
||
_See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_ | ||
|
||
|
@@ -24,7 +24,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod | |
to generate an SSH key. | ||
* `git clone [email protected]:<your_name_here>/plugins.git` | ||
* `cd plugins` | ||
* `git remote add upstream [email protected]:flutter/plugins.git` (So that you | ||
* `git remote add upstream [email protected]:FirebaseExtended/flutterfire.git` (So that you | ||
fetch from the master repository, not your clone, when running `git fetch` | ||
et al.) | ||
|
||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,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 <[email protected]> | ||
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: | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,8 +1,8 @@ | ||
name: cloud_functions | ||
description: Flutter plugin for Cloud Functions. | ||
version: 0.4.1 | ||
version: 0.4.1+1 | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/cloud_functions | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions | ||
|
||
flutter: | ||
plugin: | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
|
@@ -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' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
|
This file contains hidden or 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,8 +2,8 @@ name: firebase_admob | |
description: Flutter plugin for Firebase AdMob, supporting | ||
banner, interstitial (full-screen), and rewarded video ads | ||
author: Flutter Team <[email protected]> | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_admob | ||
version: 0.9.0+3 | ||
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob | ||
version: 0.9.0+4 | ||
|
||
flutter: | ||
plugin: | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
|
@@ -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' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
|
This file contains hidden or 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,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 <[email protected]> | ||
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: | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
|
@@ -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' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -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 <[email protected]> | ||
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: | ||
|
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.