-
Is there any way to enable debug mode?
https://support.google.com/firebase/answer/7201382?hl=en&utm_id=ad
-
Hi,
When I'm using appcelerator SDK 7.x build ios app, It's error occured.
The android app is working on 7.4.x
WARN] : The iOS framework "firebase.core" could not be found. Are you trying to u…
-
I want to redirect to specific pages on tap of notification. When app is in killed state redirection is happening fine as I am getting callback via ```Ti.Android.currentActivity.getIntent().``` on all…
-
I've added the meta tag
I've signed up to Fabric, although Fabric dashboard just keeps redirecting me to the installation instructions.
But I'm getting the following error.
[ERROR] : TiExc…
-
I am using Appc SDK 7.5.0. With Firebase core 2.0.0 and an older version of this module, everything works fine. ( As you can see I am using the newest firebase core ).
• When I try to build to a…
-
I am using Appc SDK 7.5.0. With Firebase core 2.0.0 and an older version of this module, everything works fine. ( As you can see I am using the newest firebase core ).
• When I try to build to a…
-
```
win.addEventListener('open', function() {
FirebaseCore.configure({
file:'google-services.json'
});
});
```
This simple code above generates:
```shell
[ERROR] : TiBaseActivity: (m…
-
On android I'm using:
- TiSDK 7.1.1.GA
- firebase.core 2.2.0
- firebase.analytics 2.1.0
- ti.playservices 11.8.0
- hyperloop 3.0.5
- Alloy project
this is my android manifest:
```
…
-
Crash on this line: https://github.com/hansemannn/titanium-firebase-cloud-messaging/blob/master/android/src/firebase/cloudmessaging/CloudMessagingModule.java#L142
```
Process: com.communauto.reser…
-
Need more documentation on how to display (and customize) notifications with data node only, e.g.:
'data' => array(
"test1" => "value1",
"test2" => "value2",
"timestamp"=>date('Y-m-…