Page 1 of 1

Looking for external developer

Posted: Thu May 25, 2017 9:11 pm
by kaikuse
Hello, I need to use the firebase SDK.

Do you know anyone who can do it?

Sincerely
Kaikuse

Re: Looking for external developer

Posted: Thu May 25, 2017 9:25 pm
by FourthWorld
What do you need done that can't be handled through its REST API?
https://firebase.google.com/docs/refere ... /database/

Re: Looking for external developer

Posted: Thu May 25, 2017 9:59 pm
by kaikuse
Sorry, really I don't wrote not explicitly

I need use the firebase push notification for IOS, right now is ok with Android.


https://firebase.google.com/docs/cloud- ... ios/client

thank you

I'll appreciate your help

kaikuse

Re: Looking for external developer

Posted: Fri May 26, 2017 12:12 am
by FourthWorld
Thanks. With C-based interfaces, that could be handled with LiveCode Builder, no?

Re: Looking for external developer

Posted: Fri May 26, 2017 1:04 pm
by kaikuse
Thanks FourthWorld
FourthWorld wrote:Thanks. With C-based interfaces, that could be handled with LiveCode Builder, no?
I asked google and answered this:
I am not sure what language Livecode is using but as long as it uses Swift or Objective-C you should be able to manage adding the Firebase SDK as long as you can use Cocoapods.

Regarding your question, you cannot convert APNS token into an FB token (FB token -- from what I understood, you are referring to registration token). You don't actually need to convert them as they are different and FCM use both of them. You actually need to map your registration token to your APNS token. See this documentation.

After you've added a Firebase SDK, you just need to follow the documentation of generating registration token and you should be able to generate a proper token. I suggest that you follow the documentation thoroughly and strictly.

Do you know anyone who might be interested in doing it ? We need the get the FCM token with the SDK function.

thanks a lot
Kaikuse
Venezuela