Ankur Bargotra
Ankur Bargotra
Also had this issue and had to downgrade back to `14.11.0` got it after attempting the workarounds in https://github.com/facebook/react-native/issues/32451
I've done this for the time being which seems to be working ``` NSDictionary *appProperties = [RNFBMessagingModule addCustomPropsToUserProps:nil withLaunchOptions:launchOptions]; NSDictionary *initProps = [self prepareInitialProps]; NSMutableDictionary *configProps = [initProps mutableCopy]; [configProps...
Having the same issue, can't use `instanceof` for `FirebaseError`. Temporary hacky workaround that seems to be working for my use case is `err?.name === 'FirebaseError'`
When testing locally my Terraform code deploys successfully, however through GitHub Actions I am receiving this error as well for a KMS key on GCP. The service account both on...
@leandro-caylent The account has 'Owner' permissions and for testing sake I also added the 'Cloud KMS CryptoKey Encrypter/Decrypter' permission but still get the same error
Upon further investigation this appears to be an issue with SOPs not using the latest Oath2 library and therefore not able to support Workload Identify Federation. Related: https://github.com/mozilla/sops/issues/969
Getting this error now: ``` Group 0: FAILED projects/project_name/locations/us-central1/keyRings/env-key-ring/cryptoKeys/env-crypto-key: FAILED - | Error decrypting key: googleapi: Error 403: Permission | 'cloudkms.cryptoKeyVersions.useToDecrypt' denied on resource | 'projects/project_name/locations/us-central1/keyRings/env-key-ring/cryptoKeys/env-crypto-key' | (or it may...
Hi, Using the latest version (4.6.0), platform is iOS (haven't tested on Android), and the code snippet is below: ```typescript { const purchase = Platform.OS === 'android' && !!activePlans[0]?.productIdentifier ?...
Hi, I changed my code based on those changes. However after further testing this is also occurring even when the user doesn't have any existing subscription, compare the response when...
Can confirm the original patch by @MrPumpking still gave an error (fileutils_1.readJsonFile is not a function) however @anandsathe67 's additions seem to have resolved that - functions deployed successfully!