grinono
grinono
a solution to this problem would be fantastic!
@fr1sk the new EventEmitter() is not working here. EventEmitterModule.forRoot(new EventEmitter2()) i want to publish event from non nest code. Generic functions.
just found the same issue. Did you find a solution?
Possible temporary solution > https://www.linkedin.com/pulse/react-native-firebase-app-check-play-integrity-android-/
Just tried your solution but got > ```[appCheck/token-error] com.google.firebase.FirebaseException: No AppCheckProvider installed.``` Any idea where that is coming from?
@sanketkheni01 i see it's or .activate('ignore', true) or the .getToken() method. I'm looking for the token to validate against a custom backend. after some more setup i now got `...
Just checked the code > when i run > ``` const appCheckForDefaultApp1 = firebase.appCheck().initializeAppCheck( { provider: { configure: (config) => { return { provider: 'playIntegrity', }; }, }, isTokenAutoRefreshEnabled: true,...
aaah yes missed the android object on restructuring the code but returns the same result. ``` await firebase.appCheck().initializeAppCheck( { provider: { configure: () => { return { android: { provider:...
ok, resolved it for now with // @ts-ignore Then i was able to follow the docs page. ``` // @ts-ignore const provider = firebase.appCheck().newReactNativeFirebaseAppCheckProvider(); provider.configure({ android: { provider: 'playIntegrity', }...
I automated the client side(extension) scraping with an graphql link to a server. But headless is a much better solution. Is this fork working? If so, is their Any documentation...