Skip to content

Commit 7d0e6d5

Browse files
committed
docs(lint): fixup misspelling drift across all files
1 parent 1ae3b1a commit 7d0e6d5

4 files changed

Lines changed: 77 additions & 61 deletions

File tree

.spellcheck.dict.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ AVD
2727
axios
2828
Axios
2929
backend
30+
Backend
3031
backgrounded
3132
backoff
3233
barcode
3334
Barcode
3435
barcodes
3536
bridgeless
3637
BUGFIX
38+
callables
3739
CarPlay
3840
CDN
3941
Changelog
@@ -58,6 +60,7 @@ DEVEX
5860
DeviceCheck
5961
Diarmid
6062
Distribution
63+
DOM
6164
dropdown
6265
EAS
6366
e2e
@@ -73,6 +76,8 @@ Firebase
7376
firebase-admin
7477
firebase-ios-sdk
7578
firebase-js-sdk
79+
firebase-js-sdk-shaped
80+
firebase-js-sdk.
7681
FirebaseApp
7782
FirebaseCore
7883
firestore
@@ -81,6 +86,7 @@ freeform
8186
GDPR
8287
GDPR-compliant
8388
getIdToken
89+
getters
8490
github
8591
globals
8692
gradle
@@ -109,11 +115,14 @@ Javascript
109115
JDK
110116
JS
111117
JSON
118+
JSDoc
119+
JWT
112120
lastDocument
113121
launchProperties
114122
learnt
115123
Lerna
116124
lifecycle
125+
lockfiles
117126
macOS
118127
MDX
119128
mlkit
@@ -122,6 +131,7 @@ mono-repo
122131
multidex
123132
Multidex
124133
namespace
134+
namespaces
125135
Namespaced
126136
namespaced
127137
natively
@@ -131,6 +141,7 @@ non-firebase
131141
NoSQL
132142
Notifee
133143
notifee
144+
nullable
134145
NPE
135146
npm
136147
NPM
@@ -140,6 +151,7 @@ onwards
140151
OpenID
141152
Perf
142153
perf
154+
parsers
143155
performant
144156
personalization
145157
plist
@@ -152,6 +164,7 @@ pre-rendered
152164
prebuild
153165
preflight
154166
preloaded
167+
prebuilt
155168
prepended
156169
programmatically
157170
PRs
@@ -160,6 +173,7 @@ qa
160173
react-native-app-auth
161174
react-native-firebase
162175
react-native-mlkit
176+
react-native-nitro-google-signin
163177
realtime
164178
Realtime
165179
reCAPTCHA
@@ -205,6 +219,7 @@ TOTP
205219
triaging
206220
TurboModule
207221
TurboModules
222+
typings
208223
TypeDoc
209224
UI
210225
uid
@@ -226,6 +241,8 @@ v6
226241
v7
227242
v9
228243
v22
244+
v23
245+
v24
229246
v25
230247
Ventura
231248
VertexAI

docs/messaging/server-integration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ This means that by default, if your app has users and you allow them to log out
176176

177177
How and when you invalidate a token and generate a new one will be specific to your project, but a common pattern is to delete the FCM token during logout and update your back end to remove it, then to fetch the FCM token during login and update your back end systems to associate the new token with the logged in user.
178178

179-
[deleteToken](https://invertase.github.io/react-native-firebase/_react-native-firebase/messaging/modular/deleteToken.html)
180-
[getToken](https://invertase.github.io/react-native-firebase/_react-native-firebase/messaging/modular/getToken.html)
179+
Use [`deleteToken`](https://invertase.github.io/react-native-firebase/_react-native-firebase/messaging/modular/deleteToken.html) and [`getToken`](https://invertase.github.io/react-native-firebase/_react-native-firebase/messaging/modular/getToken.html) from the modular API.
181180

182181
Note that when a token is deleted by calling the `deleteToken` method, it is immediately and permanently invalid.
183182

0 commit comments

Comments
 (0)