Dav

Results 137 comments of Dav

I can confirm it is still not working as expected in the latest [email protected]. However, I have found another workaround which is to always use `requestForegroundPermissionsAsync` rather than `getForegroundPermissionsAsync`, then...

Further update: I have tried out [react-native-permissions](https://github.com/zoontek/react-native-permissions?tab=readme-ov-file#check) and falling into the same "pit" leading me to believe this may be a limitation of the android platform. The docs over on...

> There is a minimal example. I don't get why it was closed. @brentvatne any insights on why this happened? @brentvatne Sorry to nudge you on this a year later...

@RiedelNicolas I'm not sure how that is working for you as that is precisely the bug as described in the OP. I am getting false for `canAskAgain` even when the...

I'm also seeing the same on 11.19.0 but was working fine on 11.18.0. Also happens when running emulators:start and not just deploy. I've found the code which it differentiates... running...

Ahh, digging deeper where the sdkVersion is set in `getFunctionsSDKVersion` I discovered I do not install node_modules directly inside my functions dir (they are duplicated in the parent dir and...

I can confirm that running `npm install` from within the `functions` dir did allow me to run `firebase emulators:start --only functions` 🎉 I'm not sure about others here but my...

That's fair. But if you already have an npm cache populated from another install then it won't take long at all, or rsync or cp the whole node modules or...