-
### Issue
Trying to compile the latest 5.0.0-rc1 for Android and I get this error during compilation. Seems that `FirebaseFunctions.getInstance()` no longer accepts the region parameter.
```
> …
-
When I post the following JSON to a cloud function I get the above error message.
```
{"array":["element1", "element2"]}
```
Example code:
```dart
void main() {
functions['test'] = Fire…
-
**Description:**
On Adding OneSignalExtention Service Receives this Build Error , I am not using any Swift based Plugins yet.
**Error Stack:**
`Xcode build done. …
-
## Please, provide the details below:
### Did you verify whether this issue has already been reported here?
Yes
### Tell us about the problem
Clean cloud builds fail with err code 2 and entitl…
-
When I try to use the plugin, I get this on build:
```
Launching lib/main.dart on iPhone XS Max in debug mode...
Xcode build done. 7.7s
Failed to build i…
-
I have noticed that running the build with the `minify` flag does not seem to make much difference when it comes to the size of the actual code that is uploaded to the server.
Without the flag I …
-
## Issue
react-native-firebase v5 build errors in IOS.
---
## Project Files
### iOS
#### `ios/Podfile`:
- [ ] I'm not using Pods
- [x] I'm using …
-
Hi Anatoly,
I have now productionalized the code that is using your library and it all works as expected on small test data samples but once I start putting trough 'proper' data volumes I get a tim…
-
I am having issues with the receipt validation. It keeps giving me a malformed receipt response when I have the receipt as a json object as you outlined in the READ ME. Here is how the receipts look l…
-
Running the following code when on document update generates an error
```
import 'dart:async';
import 'package:firebase_functions_interop/firebase_functions_interop.dart';
void main() {
f…