You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -267,10 +267,10 @@ React Native Firebase internally sets the versions of the native SDKs which each
267
267
is tested against a fixed set of SDK versions (e.g. Firebase SDKs), allowing us to be confident that every feature the
268
268
library supports is working as expected.
269
269
270
-
Sometimes it's required to change these versions to play nicely with other React Native libraries; therefore we allow
270
+
Sometimes it's required to change these versions to play nicely with other React Native libraries or to work around temporary build failures; therefore we allow
271
271
manually overriding these native SDK versions.
272
272
273
-
> Using your own SDK versions is generally not recommended as it can lead to breaking changes in your application. Proceed with caution.
273
+
> Using your own SDK versions is not recommended and not supported as it can lead to unexpected build failures when new react-native-firebase versions are released that expect to use new SDK versions. Proceed with caution and remove these overrides as soon as possible when no longer needed.
0 commit comments