-
I want to integrate my app with Firebase SDK in my Android app to use Firebase Remote config
It requires me to include apply plugin: 'com.google.gms.google-services' at the bottom of app/build.gradle
…
-
**Rasa version**:
1.0.6
**Rasa X version** (if used & relevant):
0.19.0
**Python version**:
Python 2.7.15rc1
**Operating system** (windows, osx, ...):
Linux Ubuntu
**Issue**:
I am tryin…
-
On iOS 12.2 Beta, after our app has been in the background for a minute or 2, we see the following errors in the log.
```
default 15:33:39.797710 -0800 TIC TCP Conn Destroyed [3:0x2831b5980]
erro…
-
- [x] Review the documentation: https://facebook.github.io/react-native
- [x] Search for existing issues: https://github.com/facebook/react-native/issues
- [x] Use the latest React Native re…
-
Getting the following error when trying to install cordova-plugin-mixpanel 4.6.0
```
> cordova plugin add cordova-plugin-mixpanel@latest --save
Installing "cordova-plugin-mixpanel" for ios
Error…
-
We're using push notification in mixpanel via GCM and also normal GCM. GCM is going to be the end in next April, we're migrating GCM to replace normal GCM. However, mixpanel is still using GCM...GCM a…
-
As a third party lib, IOS 9 is a really high version
-
### Issue
When I Build react-native android
I get error
Java exception in NativeMules in Android
java.lang.IllegalArgumentException: Given String is empty or null
when start app
![scre…
-
buildToolsVersion = "28.0.2"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 27
supportLibVersion = "28.0.0"
```
* What went wrong:
Execution failed for task ':pushwoosh-react-na…
-
### Issue
Android throws `For input string: "+"` error when `apply plugin: 'com.google.gms.google-services'` is at the bottom of the file. Moving `apply plugin: 'com.google.gms.google-services'` to…