Skip to content

Commit 956fe5f

Browse files
committed
docs(app): clarify when sdk override is useful, problems it may cause
1 parent 7fdf214 commit 956fe5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ React Native Firebase internally sets the versions of the native SDKs which each
267267
is tested against a fixed set of SDK versions (e.g. Firebase SDKs), allowing us to be confident that every feature the
268268
library supports is working as expected.
269269

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
271271
manually overriding these native SDK versions.
272272

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.
274274
275275
#### Android
276276

0 commit comments

Comments
 (0)