Skip to content

Commit 5f0874b

Browse files
authored
docs: remove reference to flutter.io and firebase.flutter.dev (#13152)
1 parent 2dc5cb7 commit 5f0874b

File tree

24 files changed

+39
-44
lines changed

24 files changed

+39
-44
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://github.com/firebase/flutterfire/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
55
</a>
66

7-
_See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_
7+
_See also: [Flutter's code of conduct](https://flutter.dev/design-principles/#code-of-conduct)_
88

99
## 1. Things you will need
1010

@@ -183,7 +183,7 @@ We gladly accept contributions via GitHub pull requests.
183183

184184
Please peruse the
185185
[Flutter style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo) and
186-
[design principles](https://flutter.io/design-principles/) before
186+
[design principles](https://flutter.dev/design-principles/) before
187187
working on anything non-trivial. These guidelines are intended to
188188
keep the code consistent and avoid common pitfalls.
189189

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
---
2525

26-
FlutterFire is a set of [Flutter plugins](https://flutter.io/platform-plugins/)
26+
FlutterFire is a set of [Flutter plugins](https://flutter.dev/platform-plugins/)
2727
that enable Flutter apps to use [Firebase](https://firebase.google.com/) services. You can follow an example that shows
2828
how to use these plugins in
2929
the [Firebase for Flutter](https://firebase.google.com/codelabs/firebase-get-to-know-flutter) codelab.
@@ -69,7 +69,7 @@ and open source.
6969

7070
| Name | pub.dev | Firebase Product | Documentation | View Source | Android | iOS | Web | MacOS |
7171
|---------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------:|:-----:|:-----:|:-------:|
72-
| ML Model Downloader | [![ML Model Downloader pub.dev badge](https://img.shields.io/pub/v/firebase_ml_model_downloader.svg)](https://pub.dev/packages/firebase_ml_model_downloader) | [🔗](https://firebase.google.com/products/ml) | [📖](https://firebase.flutter.dev/docs/ml-model-downloader/overview) | [`firebase_ml_model_downloader`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_ml_model_downloader) ||| N/A | β |
72+
| ML Model Downloader | [![ML Model Downloader pub.dev badge](https://img.shields.io/pub/v/firebase_ml_model_downloader.svg)](https://pub.dev/packages/firebase_ml_model_downloader) | [🔗](https://firebase.google.com/products/ml) | [📖](https://firebase.google.com/docs/ml/flutter/use-custom-models) | [`firebase_ml_model_downloader`](https://github.com/FirebaseExtended/flutterfire/tree/main/packages/firebase_ml_model_downloader) ||| N/A | β |
7373

7474

7575
## Issues

docs/setup/_setup_prereq_android.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{# This content gets published to the following location: #}
22
{# https://firebase.google.com/docs/flutter/setup #}
33

4-
* Install your preferred [editor or IDE](//flutter.io/get-started/editor/).
4+
* Install your preferred [editor or IDE](//docs.flutter.dev/get-started/editor/).
55

66
* Set up a device or emulator for running your app.
77
[Emulators](https://developer.android.com/studio/run/managing-avds){: .external}
@@ -13,7 +13,7 @@
1313
or higher
1414
* Uses Android {{android_min_version}} or higher
1515

16-
* [Install Flutter](//flutter.io/get-started/install/) for your specific
16+
* [Install Flutter](//docs.flutter.dev/get-started/install/) for your specific
1717
operating system, including the following:
1818

1919
* Flutter SDK
@@ -24,5 +24,5 @@
2424
account.
2525

2626
If you don't already have a Flutter app, you can complete the [Get
27-
Started: Test Drive](//flutter.io/get-started/test-drive/#androidstudio) to
27+
Started: Test Drive](//docs.flutter.dev/get-started/test-drive#androidstudio) to
2828
create a new Flutter app using your preferred editor or IDE.

docs/setup/_setup_prereq_ios.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{# This content gets published to the following location: #}
22
{# https://firebase.google.com/docs/flutter/setup #}
33

4-
* Install your preferred [editor or IDE](//flutter.io/get-started/editor/).
4+
* Install your preferred [editor or IDE](//docs.flutter.dev/get-started/editor/).
55

66
* Set up a physical Apple device or use a simulator to run your app.
77

@@ -13,7 +13,7 @@
1313
* iOS {{min_ios_os_version}}
1414
* macOS {{min_mac_os_version}}
1515

16-
* [Install Flutter](//flutter.io/get-started/install/) for your specific
16+
* [Install Flutter](//docs.flutter.dev/get-started/install/) for your specific
1717
operating system, including the following:
1818

1919
* Flutter SDK
@@ -24,7 +24,7 @@
2424
account.
2525

2626
If you don't already have a Flutter app, you can complete the [Get
27-
Started: Test Drive](//flutter.io/get-started/test-drive/#androidstudio) to
27+
Started: Test Drive](//docs.flutter.dev/get-started/test-drive/#androidstudio) to
2828
create a new Flutter app using your preferred editor or IDE.
2929

3030
Note: If you're targeting macOS or macOS Catalyst, you must add the [Keychain Sharing capability](https://firebase.google.com/docs/ios/troubleshooting-faq#macos-keychain-sharing) to your target. In Xcode, navigate to your target's *Signing & Capabilities* tab, and then click **+ Capabilities** to add a new capability.

docs/setup/_setup_prereq_web.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{# This content gets published to the following location: #}
22
{# https://firebase.google.com/docs/flutter/setup #}
33

4-
* Install your preferred [editor or IDE](//flutter.io/get-started/editor/).
4+
* Install your preferred [editor or IDE](//docs.flutter.dev/get-started/editor/).
55

6-
* [Install Flutter](//flutter.io/get-started/install/) for your specific
6+
* [Install Flutter](//docs.flutter.dev/get-started/install/) for your specific
77
operating system, including the following:
88

99
* Flutter SDK

packages/cloud_firestore/cloud_firestore/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firestore plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/cloud_firestore/cloud_firestore/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:http/http.dart' as http;
1313
import 'firebase_options.dart';
1414

1515
/// Requires that a Firestore emulator is running locally.
16-
/// See https://firebase.flutter.dev/docs/firestore/usage#emulator-usage
16+
/// See https://firebase.google.com/docs/firestore/quickstart#optional_prototype_and_test_with
1717
bool shouldUseFirestoreEmulator = true;
1818

1919
Future<Uint8List> loadBundleSetup(int number) async {

packages/cloud_functions/cloud_functions/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ the same message and an incremented count.
2323
## Getting Started
2424

2525
For help getting started with Flutter, view our online
26-
[documentation](https://flutter.io/).
26+
[documentation](https://flutter.dev/).

packages/firebase_analytics/firebase_analytics/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_analytics plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_app_check/firebase_app_check/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_app_check plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](https://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_auth/firebase_auth/example/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ Demonstrates how to use the `firebase_auth` plugin and enable multiple auth prov
77
## Phone Auth
88

99
1. Enable phone authentication in the [Firebase console]((https://console.firebase.google.com/u/0/project/_/authentication/providers)).
10-
2. Ensure your [SHA-1 key](https://firebase.flutter.dev/docs/installation/android#generating-android-credentials) is added to the Firebase Console
11-
3. Add test phone number and verification code to the Firebase console.
10+
2. Add test phone number and verification code to the Firebase console.
1211
- For this sample the number `+1 408-555-6969` and verification code `888888` are used.
13-
4. For iOS set the `URL Schemes` to the `REVERSE_CLIENT_ID` from the `GoogleServices-Info.plist` file.
14-
5. Enter the phone number `+1 408-555-6969` and press the `Verify phone number` button.
15-
6. Once the phone number is verified the app displays the test
12+
3. For iOS set the `URL Schemes` to the `REVERSE_CLIENT_ID` from the `GoogleServices-Info.plist` file.
13+
4. Enter the phone number `+1 408-555-6969` and press the `Verify phone number` button.
14+
5. Once the phone number is verified the app displays the test
1615
verification code.
17-
7. Enter the verficication code `888888` and press "Sign in with phone number"
18-
8. Signed in user ID is now displayed in the UI.
16+
6. Enter the verficication code `888888` and press "Sign in with phone number"
17+
7. Signed in user ID is now displayed in the UI.
1918

2019
## Google Sign-In
2120

@@ -56,4 +55,4 @@ To get your `apiKey` and `apiSecretKey` for Twitter:
5655
## Getting Started
5756

5857
For help getting started with Flutter, view the online
59-
[documentation](http://flutter.io/).
58+
[documentation](https://flutter.dev/).

packages/firebase_auth/firebase_auth/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import 'firebase_options.dart';
1515
import 'profile.dart';
1616

1717
/// Requires that a Firebase local emulator is running locally.
18-
/// See https://firebase.flutter.dev/docs/auth/start/#optional-prototype-and-test-with-firebase-local-emulator-suite
18+
/// See https://firebase.google.com/docs/auth/flutter/start#optional_prototype_and_test_with_firebase_local_emulator_suite
1919
bool shouldUseFirebaseEmulator = false;
2020

2121
late final FirebaseApp app;

packages/firebase_auth/firebase_auth_web/README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ The web implementation of `firebase_auth`.
55
## Getting Started
66

77
To get started with Firebase Authentication on Web,
8-
please [see the documentation](https://firebase.flutter.dev/docs/auth/overview)
9-
available at [https://firebase.flutter.dev](https://firebase.flutter.dev)
8+
please [see the documentation](https://firebase.google.com/docs/auth/flutter/start)
9+
available at [https://firebase.google.com](https://firebase.google.com)
1010

11-
Once installed, Firebase Authentication needs to be configured for Web Installation.
12-
Please [see the documentation](https://firebase.flutter.dev/docs/auth/overview#3-web-only-add-the-sdk) on Web
13-
Installation.
1411

1512
To learn more about Firebase Authentication, please visit
1613
the [Firebase website](https://firebase.google.com/products/auth).

packages/firebase_core/firebase_core_platform_interface/lib/src/firebase_core_exceptions.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Firebase has not been correctly initialized.
4343
4444
Usually this means you've attempted to use a Firebase service before calling `Firebase.initializeApp`.
4545
46-
View the documentation for more information: https://firebase.flutter.dev/docs/overview#initialization
46+
View the documentation for more information: https://firebase.google.com/docs/flutter/setup
4747
''';
4848

4949
return FirebaseException(

packages/firebase_core/firebase_core_web/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To learn more about Firebase, please visit the [Firebase website](https://fireba
66

77
## Getting Started
88

9-
To get started with FlutterFire, please [see the documentation](https://firebase.flutter.dev/docs/overview)
10-
available at [https://firebase.flutter.dev](https://firebase.flutter.dev/docs/overview)
9+
To get started with FlutterFire, please [see the documentation](https://firebase.google.com/docs/flutter/setup?platform=web)
10+
available at [https://firebase.google.com](https://firebase.google.com)
1111

1212
Once installed, Firebase needs to be configured for Web Installation. Please [see the documentation](https://firebase.google.com/docs/flutter/setup?platform=web) on Web Installation

packages/firebase_crashlytics/firebase_crashlytics/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_crashlytics plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_database/firebase_database/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_database plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_dynamic_links/firebase_dynamic_links/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The example app for this plugin only receives links on Android. Xcode has signin
99
## Getting Started
1010

1111
For help getting started with Flutter, view our online
12-
[documentation](https://flutter.io/).
12+
[documentation](https://flutter.dev/).

packages/firebase_messaging/firebase_messaging/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_messaging plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_performance/firebase_performance/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can build and run the app directly on emulators. To view the performance dat
2020

2121
1. Follow the [instructions](https://firebase.google.com/docs/ios/setup#create-firebase-project) to create your Firebase project and register an iOS app.
2222

23-
1. Download `GoogleService-Info.plist`, and [install it via Xcode](https://firebase.flutter.dev/docs/installation/ios#installing-your-firebase-configuration-file). Make sure you replace the existing one in `ios/Runner` with yours.
23+
1. Download `GoogleService-Info.plist`, and [install it via Xcode](https://firebase.google.com/docs/ios/setup#add-config-file). Make sure you replace the existing one in `ios/Runner` with yours.
2424

2525
1. (Optional) [Enable logging in Xcode](https://firebase.google.com/docs/perf-mon/get-started-ios).
2626

packages/firebase_performance/firebase_performance_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: firebase_performance_platform_interface
22
description: A common platform interface for the firebase_performance plugin.
33
version: 0.1.4+40
4-
homepage: https://firebase.flutter.dev/docs/performance/overview
4+
homepage: https://firebase.google.com/docs/perf-mon/flutter/get-started
55

66
environment:
77
sdk: '>=3.2.0 <4.0.0'

packages/firebase_remote_config/firebase_remote_config/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_remote_config plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

packages/firebase_storage/firebase_storage/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Demonstrates how to use the firebase_storage plugin.
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.dev/).

tests/integration_test/firebase_dynamic_links/firebase_dynamic_links_e2e_test.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import 'dart:async';
88

99
import 'package:firebase_core/firebase_core.dart';
1010
import 'package:firebase_dynamic_links/firebase_dynamic_links.dart';
11-
1211
import 'package:flutter/foundation.dart';
1312
import 'package:flutter_test/flutter_test.dart';
1413
import 'package:integration_test/integration_test.dart';
@@ -23,7 +22,7 @@ void main() {
2322
const String androidPackageName = 'io.flutter.plugins.firebase.tests';
2423
const String iosBundleId = 'io.flutter.plugins.firebase.tests';
2524
const String urlHost = 'flutterfiretests.page.link';
26-
const String link = 'https://firebase.flutter.dev';
25+
const String link = 'https://firebase.google.com/docs/dynamic-links';
2726

2827
setUpAll(() async {
2928
await Firebase.initializeApp(

0 commit comments

Comments
 (0)