Skip to content

Commit df65f5c

Browse files
committed
docs(tips-n-tricks): update new arch to note no current problems
note about setBackgroundMessageHandler is outdated, all those fixes are released now after collaboration with core team / release group
1 parent b600a20 commit df65f5c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.spellcheck.dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ thenable
199199
ThreadPoolExecutor
200200
timezones
201201
triaging
202+
TurboModule
202203
TurboModules
203204
TypeDoc
204205
UI

docs/faqs-and-tips.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,11 @@ This package wraps `firebase-android-sdk` and `firebase-ios-sdk` into a Javascri
2222

2323
### Does it work with New Architecture / Fabric / TurboModules ?
2424

25-
Mostly yes. We have been testing with react-native 0.76 in bridgeless mode for
26-
a while, and people have been running react-native-firebase with new architecture enabled for a while, and the module works.
25+
As far as we know, yes. We test with new architecture enabled now, and many of our users are using react-native 0.76+ with new architecture enabled.
2726

2827
We are not aware of any problems with the react-native-firebase modules themselves. Please let us know if you see anything.
2928

30-
However, there have been ongoing issues upstream in react-native itself with headlessJS on Android. What does that mean for you?
31-
32-
> If you use FCM / firebase cloud messages to receive background messages in react-native-firebase with `setBackgroundMessageHandler`, you will have problems on new architecture.
33-
34-
Current issue tracker is [https://github.com/facebook/react-native/issues/47570](https://github.com/facebook/react-native/issues/47570)
29+
However, we are still running in the TurboModule interoperability mode as we have not directly ported to Fabric internally yet. Migration is planned in the future but may still be a while.
3530

3631
### I need help with [anything regarding <= v5 of React Native Firebase]. Where could I get help with that?
3732

0 commit comments

Comments
 (0)