Skip to content

Commit

Permalink
refactor: use "firebase" instead of "FirebaseExtended" as organisatio…
Browse files Browse the repository at this point in the history
…n in all links for this repository (#8791)

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `README.md` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `CHANGELOG.md` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `CONTRIBUTING.md`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `melos.yaml`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `PULL_REQUEST_TEMPLATE.md`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `config.yml`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `federated-auth.md`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `password-auth.md`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in the `_setup_main.md`

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `pubspec.yaml` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in Dart comments

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `.podspec` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `.java` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `.md` files

* docs: use `Firebase` instead of `FirebaseExtended` as organisation in all `.m` files
  • Loading branch information
nilsreichardt committed Jun 1, 2022
1 parent 78006e0 commit d90b835
Show file tree
Hide file tree
Showing 143 changed files with 657 additions and 657 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/FirebaseExtended/flutterfire/discussions/new?category=feature-request
url: https://github.com/firebase/flutterfire/discussions/new?category=feature-request
about: Share ideas for new features.
- name: Ask a Question
url: https://github.com/FirebaseExtended/flutterfire/discussions/new?category=q-a
url: https://github.com/firebase/flutterfire/discussions/new?category=q-a
about: Ask the community for help.
- name: Show and tell
url: https://github.com/FirebaseExtended/flutterfire/discussions/new?category=show-and-tell
url: https://github.com/firebase/flutterfire/discussions/new?category=show-and-tell
about: Share what you've built with FlutterFire.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -29,7 +29,7 @@ Does your PR require plugin users to manually update their apps to accommodate y

<!-- Links -->
[issue database]: https://github.com/flutter/flutter/issues
[Contributor Guide]: https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md
[Contributor Guide]: https://github.com/firebase/flutterfire/blob/master/CONTRIBUTING.md
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[pub versioning philosophy]: https://dart.dev/tools/pub/versioning
[CLA]: https://cla.developers.google.com/
366 changes: 183 additions & 183 deletions CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
@@ -1,7 +1,7 @@
# Contributing to FlutterFire

<a href="https://github.com/FirebaseExtended/flutterfire/actions?query=workflow%3Aall_plugins">
<img src="https://github.com/FirebaseExtended/flutterfire/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
<a href="https://github.com/firebase/flutterfire/actions?query=workflow%3Aall_plugins">
<img src="https://github.com/firebase/flutterfire/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
</a>

_See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_
Expand All @@ -18,15 +18,15 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod
## 2. Forking & cloning the repository

- Ensure all the dependencies described in the previous section are installed.
- Fork `https://github.com/FirebaseExtended/flutterfire` into your own GitHub account. If
- Fork `https://github.com/firebase/flutterfire` into your own GitHub account. If
you already have a fork, and are now installing a development environment on
a new machine, make sure you've updated your fork so that you don't use stale
configuration options from long ago.
- 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:<your_name_here>/flutterfire.git`
- `git remote add upstream git@github.com:FirebaseExtended/flutterfire.git` (So that you
- `git remote add upstream git@github.com:firebase/flutterfire.git` (So that you
fetch from the master repository, not your clone, when running `git fetch`
et al.)

Expand Down Expand Up @@ -113,7 +113,7 @@ run the following command from the root of your cloned repository:
melos run test:e2e
```

A full list of all commands can be found within the [`melos.yaml`](https://github.com/FirebaseExtended/flutterfire/blob/master/melos.yaml)
A full list of all commands can be found within the [`melos.yaml`](https://github.com/firebase/flutterfire/blob/master/melos.yaml)
file.

## 5. Contributing code
Expand Down Expand Up @@ -151,7 +151,7 @@ Assuming all is successful, commit and push your code:
To send us a pull request:

- `git pull-request` (if you are using [Hub](http://github.com/github/hub/)) or
go to `https://github.com/FirebaseExtended/flutterfire` and click the
go to `https://github.com/firebase/flutterfire` and click the
"Compare & pull request" button

Please make sure all your check-ins have detailed commit messages explaining the patch.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,7 +43,7 @@ and open source.
## Issues

Please file FlutterFire specific issues, bugs, or feature requests in
our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new/choose).
our [issue tracker](https://github.com/firebase/flutterfire/issues/new/choose).

Plugin issues that are not specific to FlutterFire can be filed in
the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
Expand All @@ -53,8 +53,8 @@ the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
**Note about contributing to Docs**: We're in the process of updating documentation for the Firebase SDK for Flutter. Please hold your PRs for docs until May 5th, 2022.

If you wish to contribute a change to any of the existing plugins in this repo, please review
our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md)
and open a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).
our [contribution guide](https://github.com/firebase/flutterfire/blob/master/CONTRIBUTING.md)
and open a [pull request](https://github.com/firebase/flutterfire/pulls).

## Status

Expand Down
2 changes: 1 addition & 1 deletion docs/auth/federated-auth.md
Expand Up @@ -166,7 +166,7 @@ with the Facebook App ID and Secret set.

Note: Firebase will not set the `User.emailVerified` property
to `true` if your user logs in with Facebook. Should your user login using a provider that verifies email (e.g. Google sign-in) then this will be set to true.
For further information, see this [issue](https://github.com/FirebaseExtended/flutterfire/issues/4612#issuecomment-782107867).
For further information, see this [issue](https://github.com/firebase/flutterfire/issues/4612#issuecomment-782107867).


## Apple
Expand Down
2 changes: 1 addition & 1 deletion docs/auth/password-auth.md
Expand Up @@ -84,7 +84,7 @@ try {
Caution: When a user uninstalls your app on iOS or macOS, the user's authentication
state can persist between app re-installs, as the Firebase iOS SDK persists
authentication state to the system keychain.
See issue [#4661](https://github.com/FirebaseExtended/flutterfire/issues/4661)
See issue [#4661](https://github.com/firebase/flutterfire/issues/4661)
for more information.


Expand Down
4 changes: 2 additions & 2 deletions docs/setup/_setup_main.md
Expand Up @@ -204,7 +204,7 @@ Product | Plugin name
## Try out an example app with {{analytics}} {: #try-analytics-example-app}

Like all packages, the `firebase_analytics` plugin comes with an
[example program](//github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics/example){: .external}.
[example program](//github.com/firebase/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics/example){: .external}.

1. Open a Flutter app that you've already configured to use Firebase (see
instructions on this page).
Expand All @@ -213,7 +213,7 @@ Like all packages, the `firebase_analytics` plugin comes with an
file.

1. From the {{firebase_analytics}}
[example program repository](//github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics/example/lib){: .external},
[example program repository](//github.com/firebase/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics/example/lib){: .external},
copy-paste the following two files into your app's `lib` directory:

* `main.dart`
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
@@ -1,5 +1,5 @@
name: FlutterFire
repository: https://github.com/FirebaseExtended/flutterfire
repository: https://github.com/firebase/flutterfire

packages:
- packages/**
Expand Down
14 changes: 7 additions & 7 deletions packages/cloud_firestore/cloud_firestore/CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

## 3.1.16

- **REFACTOR**: remove deprecated `Tasks.call` for android and replace with `TaskCompletionSource`. (#8522). ([45e27201](https://github.com/FirebaseExtended/flutterfire/commit/45e27201480088fab71af60963001baeae61d80d))
- **REFACTOR**: remove deprecated `Tasks.call` for android and replace with `TaskCompletionSource`. (#8522). ([45e27201](https://github.com/firebase/flutterfire/commit/45e27201480088fab71af60963001baeae61d80d))

## 3.1.15

Expand All @@ -24,12 +24,12 @@

## 3.1.11

- **REFACTOR**: recreate ios, android, web and macOS folders for example app (#8255). ([cdae0613](https://github.com/FirebaseExtended/flutterfire/commit/cdae0613a359da41013721f601c20169807d214f))
- **DOCS**: Fix method name typo in code documentation (#8291). ([7b4e06db](https://github.com/FirebaseExtended/flutterfire/commit/7b4e06db305ff9f785a1bfcf1888fec1a53970c4))
- **REFACTOR**: recreate ios, android, web and macOS folders for example app (#8255). ([cdae0613](https://github.com/firebase/flutterfire/commit/cdae0613a359da41013721f601c20169807d214f))
- **DOCS**: Fix method name typo in code documentation (#8291). ([7b4e06db](https://github.com/firebase/flutterfire/commit/7b4e06db305ff9f785a1bfcf1888fec1a53970c4))

## 3.1.10

- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/FirebaseExtended/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))
- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/firebase/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))

## 3.1.9

Expand All @@ -41,15 +41,15 @@

## 3.1.7

- **FIX**: Fix Android Firestore transaction crash when running in background caused by `null` `Activity`. (#7627). ([8d60d474](https://github.com/FirebaseExtended/flutterfire/commit/8d60d474438fccc5d6dcb41b840221ae385a853c))
- **FIX**: Fix Android Firestore transaction crash when running in background caused by `null` `Activity`. (#7627). ([8d60d474](https://github.com/firebase/flutterfire/commit/8d60d474438fccc5d6dcb41b840221ae385a853c))

## 3.1.6

- Update a dependency to the latest release.

## 3.1.5

- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/FirebaseExtended/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))
- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/firebase/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))

## 3.1.4

Expand Down Expand Up @@ -325,7 +325,7 @@
* Fixed issue #3210 (`Query.orderBy(FieldPath.documentId)` throws exception).
* Fixed issue #3237 (`DocumentReference` not being parsed correctly).
* Bump `cloud_firestore_web` dependency.
* Bump `cloud_firestore_platform_interface` dependency to fix 2 race conditions. [(#3251)](https://github.com/FirebaseExtended/flutterfire/pull/3251)
* Bump `cloud_firestore_platform_interface` dependency to fix 2 race conditions. [(#3251)](https://github.com/firebase/flutterfire/pull/3251)

## 0.14.0

Expand Down
8 changes: 4 additions & 4 deletions packages/cloud_firestore/cloud_firestore/README.md
@@ -1,4 +1,4 @@
[<img src="https://raw.githubusercontent.com/FirebaseExtended/flutterfire/master/resources/flutter_favorite.png" width="200" />](https://flutter.dev/docs/development/packages-and-plugins/favorites)
[<img src="https://raw.githubusercontent.com/firebase/flutterfire/master/resources/flutter_favorite.png" width="200" />](https://flutter.dev/docs/development/packages-and-plugins/favorites)

# Cloud Firestore Plugin for Flutter

Expand All @@ -18,10 +18,10 @@ To use this plugin, please visit the [Firestore Usage documentation](https://fir

## Issues and feedback

Please file FlutterFire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
Please file FlutterFire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/firebase/flutterfire/issues/new).

Plugin issues that are not specific to FlutterFire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).

To contribute a change to this plugin,
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md)
and open a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).
please review our [contribution guide](https://github.com/firebase/flutterfire/blob/master/CONTRIBUTING.md)
and open a [pull request](https://github.com/firebase/flutterfire/pulls).
2 changes: 1 addition & 1 deletion packages/cloud_firestore/cloud_firestore/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description:
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
live synchronization and offline support on Android and iOS.
homepage: https://firebase.flutter.dev/docs/firestore/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore
repository: https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore
version: 3.1.17

false_secrets:
Expand Down
Expand Up @@ -4,7 +4,7 @@

## 5.5.6

- **REFACTOR**: fix analyzer issues introduced in Flutter 3.0.0 ([#8655](https://github.com/FirebaseExtended/flutterfire/issues/8655)). ([b05d7fa1](https://github.com/FirebaseExtended/flutterfire/commit/b05d7fa1ed56ab1bbceb02fec299800bce68a703))
- **REFACTOR**: fix analyzer issues introduced in Flutter 3.0.0 ([#8655](https://github.com/firebase/flutterfire/issues/8655)). ([b05d7fa1](https://github.com/firebase/flutterfire/commit/b05d7fa1ed56ab1bbceb02fec299800bce68a703))

## 5.5.5

Expand All @@ -20,19 +20,19 @@

## 5.5.2

- **DOCS**: Fix method name typo in code documentation (#8291). ([7b4e06db](https://github.com/FirebaseExtended/flutterfire/commit/7b4e06db305ff9f785a1bfcf1888fec1a53970c4))
- **DOCS**: Fix method name typo in code documentation (#8291). ([7b4e06db](https://github.com/firebase/flutterfire/commit/7b4e06db305ff9f785a1bfcf1888fec1a53970c4))

## 5.5.1

- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/FirebaseExtended/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))
- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/firebase/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))

## 5.5.0

- **FEAT**: refactor error handling to preserve stack traces on platform exceptions (#8156). ([6ac77d99](https://github.com/FirebaseExtended/flutterfire/commit/6ac77d99042de2a1950f89b35972e3ee1116dc9f))
- **FEAT**: refactor error handling to preserve stack traces on platform exceptions (#8156). ([6ac77d99](https://github.com/firebase/flutterfire/commit/6ac77d99042de2a1950f89b35972e3ee1116dc9f))

## 5.4.13

- **FIX**: Export enum `LoadBundleTaskState` from Platform Interface package. (#8027). ([7fa461e4](https://github.com/FirebaseExtended/flutterfire/commit/7fa461e4476db3ac255877db93b6ccf493d0e1cf))
- **FIX**: Export enum `LoadBundleTaskState` from Platform Interface package. (#8027). ([7fa461e4](https://github.com/firebase/flutterfire/commit/7fa461e4476db3ac255877db93b6ccf493d0e1cf))

## 5.4.12

Expand All @@ -44,7 +44,7 @@

## 5.4.10

- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/FirebaseExtended/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))
- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/firebase/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))

## 5.4.9

Expand Down Expand Up @@ -193,7 +193,7 @@

## 2.0.1

- Fixed 2 race conditions. [(#3251)](https://github.com/FirebaseExtended/flutterfire/pull/3251)
- Fixed 2 race conditions. [(#3251)](https://github.com/firebase/flutterfire/pull/3251)
- When a snapshot stream unsubscribes, the Dart Stream is removed at the same time an async request to remove the native listener is sent. In some cases, an event is sent from native before the native listener has been removed, but after the Dart Stream is removed, causing an assertion error.
- If a widget updates in a very short period of time, the `onCancel` stream handler is called pretty much straight away. Since setting up the stream handler takes longer than removing, in some edge cases it's trying to remove a listener which hasn't been created.

Expand Down
@@ -1,8 +1,8 @@
name: cloud_firestore_platform_interface
description: A common platform interface for the cloud_firestore plugin.
version: 5.5.7
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface
homepage: https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface
repository: https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_platform_interface

environment:
sdk: ">=2.16.0 <3.0.0"
Expand Down
Expand Up @@ -31,7 +31,7 @@ void main() {
expect(t.nanoseconds, equals(456));
});

// https://github.com/FirebaseExtended/flutterfire/issues/1222
// https://github.com/firebase/flutterfire/issues/1222
test('does not exceed range', () {
Timestamp maxTimestamp = Timestamp(_kEndOfTime - 1, _kBillion - 1);
Timestamp.fromMicrosecondsSinceEpoch(maxTimestamp.microsecondsSinceEpoch);
Expand Down
6 changes: 3 additions & 3 deletions packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md
Expand Up @@ -24,7 +24,7 @@

## 2.6.10

- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/FirebaseExtended/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))
- **FIX**: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). ([df4a5bab](https://github.com/firebase/flutterfire/commit/df4a5bab3c029399b4f257a5dd658d302efe3908))

## 2.6.9

Expand All @@ -44,7 +44,7 @@

## 2.6.5

- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/FirebaseExtended/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))
- **REFACTOR**: fix all `unnecessary_import` analyzer issues introduced with Flutter 2.8. ([7f0e82c9](https://github.com/firebase/flutterfire/commit/7f0e82c978a3f5a707dd95c7e9136a3e106ff75e))

## 2.6.4

Expand Down Expand Up @@ -184,7 +184,7 @@

## 1.0.1

- **FIX**: Fix wrong cast (FirebaseExtended#5050) (#5242).
- **FIX**: Fix wrong cast (firebase#5050) (#5242).

## 1.0.0

Expand Down
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
temp fake firebase_auth_web plugin
DESC
s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web'
s.homepage = 'https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
s.source = { :path => '.' }
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud_firestore/cloud_firestore_web/pubspec.yaml
@@ -1,7 +1,7 @@
name: cloud_firestore_web
description: The web implementation of cloud_firestore
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web
homepage: https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web
repository: https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore_web

version: 2.6.16

Expand Down

0 comments on commit d90b835

Please sign in to comment.