Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit e986ae8

Browse files
committed
docs: update all Firebase SDKs to current, API changes to match
works with invertase/react-native-firebase#2240
1 parent 85218b6 commit e986ae8

File tree

9 files changed

+38
-24
lines changed

9 files changed

+38
-24
lines changed

docs/_config.yaml

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
android:
22
build:
3-
tools: 3.3.2
3+
tools: 3.4.1
44
fabric:
55
tools: 1.28.1
66
firebase:
@@ -14,9 +14,10 @@ android:
1414
database: 17.0.0
1515
firestore: 19.0.0
1616
functions: 17.0.0
17+
links: 17.0.0
1718
invites: 17.0.0
1819
messaging: 18.0.0
19-
perf: 16.2.5
20+
perf: 17.0.2
2021
storage: 17.0.0
2122
plugins: 1.2.1
2223
gms:
@@ -26,17 +27,17 @@ ios:
2627
fabric:
2728
tools: 1.10.1
2829
firebase:
29-
ads: 5.20.2
30-
auth: 5.20.2
31-
config: 5.20.2
32-
core: 5.20.2
33-
crash: 5.20.2
30+
ads: 6.2.0
31+
auth: 6.2.0
32+
config: 6.2.0
33+
core: 6.2.0
34+
crash: 6.2.0
3435
crashlytics: 3.13.1
35-
database: 5.20.2
36-
firestore: 5.20.2
37-
functions: 5.20.2
38-
invites: 5.20.2
39-
links: 5.20.2
40-
messaging: 5.20.2
41-
perf: 5.20.2
42-
storage: 5.20.2
36+
database: 6.2.0
37+
firestore: 6.2.0
38+
functions: 6.2.0
39+
invites: 6.2.0
40+
links: 6.2.0
41+
messaging: 6.2.0
42+
perf: 6.2.0
43+
storage: 6.2.0

docs/invites/android.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Android Installation
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
First ensure you have followed the [initial setup guide](version /installation/initial-setup) and the [dynamic links setup guide](version /links/android).
46

57
### Find your SHA fingerprint

docs/invites/ios.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# iOS Installation
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
First ensure you have followed the [initial setup guide](version /installation/initial-setup) and the [dynamic links setup guide](version /links/ios).
46

57
> On iOS, users must be signed in with their Google Accounts before they can send invitations.

docs/invites/reference/AndroidInvitation.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invitation
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
Android specific invitation settings.
46

57
## Methods

docs/invites/reference/Invitation.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Invitation
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
```
46
firebase.invites.Invitation
57
```

docs/invites/reference/InvitationOpen.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# InvitationOpen
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
Object giving information about the invitation that was opened.
46

57
## Properties

docs/invites/reference/Invites.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Dynamic Links
22

3+
!> Invites has been removed from the Firebase SDKs, and removed here as of v5.5.0. This documentation is only here for users of older versions of the library. Use Dynamic Links instead.
4+
35
[Firebase Invites](https://firebase.google.com/docs/invites/) are an out-of-the-box solution for app referrals and sharing via email or SMS.
46

57
## Methods

docs/links/reference/DynamicLink.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To create a DynamicLink, first populate it by using the `setX` methods available
1414
| Parameter | |
1515
| --------- | ------- |
1616
| link | **string** <br/> The link the target app will open. You can specify any URL the app can handle, such as a link to the app’s content, or a URL that initiates some app-specific logic such as crediting the user with a coupon, or displaying a specific welcome screen. This link must be a well-formatted URL, be properly URL-encoded, and use the HTTP or HTTPS scheme. |
17-
| dynamicLinkDomain | **string** <br/> The Firebase project’s Dynamic Links domain. You can find this value in the Dynamic Links section of the Firebase console. |
17+
| domainURIPrefix | **string** <br/> The Firebase project’s Dynamic Links domain. You can find this value in the Dynamic Links section of the Firebase console. It must begin with `https://` |
1818

1919
## Properties
2020

docs/release-notes.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## Latest Version
1+
# Latest Version
22

3-
The latest version is `v5.4.0`; [➡️ View the Release Notes](/docs/v5.x.x/releases/v5.4.x)
3+
The latest version is `v5.5.0`; [➡️ View the Release Notes](/docs/v5.x.x/releases/v5.5.x)
44

5-
## Older Versions
5+
## Older Versions
66

7-
- [v5.3.x](/docs/v5.x.x/releases/v5.3.x)
8-
- [v5.2.x](/docs/v5.x.x/releases/v5.2.x)
9-
- [v5.1.1](/docs/v5.x.x/releases/v5.1.1)
10-
- [v5.1.0](/docs/v5.x.x/releases/v5.1.0)
11-
- [v5.0.0](/docs/v5.x.x/releases/v5.0.0)
7+
- [v5.4.x](/docs/v5.x.x/releases/v5.4.x)
8+
- [v5.3.x](/docs/v5.x.x/releases/v5.3.x)
9+
- [v5.2.x](/docs/v5.x.x/releases/v5.2.x)
10+
- [v5.1.1](/docs/v5.x.x/releases/v5.1.1)
11+
- [v5.1.0](/docs/v5.x.x/releases/v5.1.0)
12+
- [v5.0.0](/docs/v5.x.x/releases/v5.0.0)

0 commit comments

Comments
 (0)