Libin Lu
Libin Lu
You can manually create a folder called Pods and put your file there Or you can add another folder under iOS folder called Framework and add a search path
@fungilation it depends on how your integrate firebase with your solution `@import Firebase;` only works for pod integration I will update readme later
I use frameworks myself I just have `#import "RNFIRMessaging.h"` only in my appdeletegate.m
what firebase iOS version are you using? I remember 4.0 introduced breaking change so this repo isn't compatible with that
Where is inherit! :search_paths?
are you talking about iOS or Android?
I don't know how to do it. there should be some place where you can drill down each event right? Perhaps ask firebase team? I want to do this too!
sorry to take it so long to respond. I was working on fcm project. are you passing notification payload or data payload? If you are passing data payload, gcm will...
change new GcmPackge() to new GcmPackage(getIntent() in MainActivity.java this should fix it
Sorry I don't have any project using this plugin now. Can you debug into `getConstants` function in GcmModule.java file?