-
This is my payload structure to send the notification with nodejs:
```
{"payload":{"apns":{"payload":{"aps":{"alert":{"title":"Usuário pedindo guincho","body":"Abra o app para verificar"}}}},"androi…
-
Hi,
I have added this two module in My Appcelerator project. But My appcelerator not build with this module.
If I added both module individually then it building properly . but added two module in…
-
Hi,
I have added this two module in My Appcelerator project. But My appcelerator not build with this module.
If I added both module individually then it building properly . but added two module in…
-
Is anything going to be required to migrate from GCM to Firebase for Titanium module users or are the details all hidden under the covers of the module?
According to Google, GCM is being retired …
-
Trying to run the firebase core module with the following code:
var core = require('firebase.core');
core.configure({
GCMSenderID: '123123123123123',
googleAppID: '1:11111111:android:11…
-
Hi,
I've been trying to integrate Firebase/Push Notifications into my Titanium app and I am getting this issue while compilation with `firebase.core` module. Stack trace as follows:
[INFO] : Run…
-
Hey @hansemannn I’m using this module on iOS. Do I need to call both fcm.registerForPushNotifications() *and* Ti.Network.registerForPushNotifications({success: function(e){}, error: function(e){}, cal…
-
App crashes on boot. By wrong combination of libraries?
Titanium SDK 7.5.0.GA
ti.playservices 11.8.0
firebase.core 3.0.2
firebase.cloudmessaging 1.4.0
Error message:
```
FATAL EXCEPTION: …
-
On Android I'm using `setScreenNameAndScreenClass()` when I start the app, and even when some windows are open, but the `screenName` never appears in my Firebase console. Instead `log` works correctly…
-
Hi,
I'm trying to get cloud messaging to work on iOS, but when I add the firebase-core module for iOS and try to run the app, I receive the following error:
```
[INFO] Encrypting JavaScript fi…