Firebase App Check Security #5346
-
During Google I/O 2021 an announcement was made regarding Firebase App Check. Would be nice to see this feature in react-native-firebase in the future. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 17 replies
-
Hi there! It's a-comin' ;-) https://github.com/invertase/react-native-firebase/commits/%40mikehardy/appcheck Need to work through some issues on the iOS side and make sure it's configurable for GDPR use cases and debug mode. Stay tuned ... |
Beta Was this translation helpful? Give feedback.
-
Hi there ! Cheers, |
Beta Was this translation helpful? Give feedback.
-
@mikehardy |
Beta Was this translation helpful? Give feedback.
-
Hi, how is it going? |
Beta Was this translation helpful? Give feedback.
-
@mikehardy is it considered safe to enable App Check on Firebase? Will that affect production apps that use phone for sign in/up? on some cases my app produces |
Beta Was this translation helpful? Give feedback.
-
Thanks for your patience, I've been spending little timeboxes on AppCheck over the last time since I posted status, and it's all been geared towards fixing an inscrutable Xcode build problem. Today I finally cleared that hurdle - which had been a complete blocker - so now I'm down to just the actual coding vs weird build problems. That's a huge step, given the coding itself has examples all over the place. We should have AppCheck soon! Finally :-). |
Beta Was this translation helpful? Give feedback.
-
I managed to use the library but it only works in release. I included the following in my
This is enough as I'm only using it for Google Sign-in. I tried to use it in debug and I'm not finding a way to generate / include a debug token. |
Beta Was this translation helpful? Give feedback.
Hi there! It's a-comin' ;-)
https://github.com/invertase/react-native-firebase/commits/%40mikehardy/appcheck
Need to work through some issues on the iOS side and make sure it's configurable for GDPR use cases and debug mode. Stay tuned ...