Looking for external developer

Are you developing an External using the LiveCode Externals SDK?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kaikuse
Posts: 18
Joined: Tue Dec 29, 2015 7:30 pm
Location: Maracaibo
Contact:

Looking for external developer

Post by kaikuse » Thu May 25, 2017 9:11 pm

Hello, I need to use the firebase SDK.

Do you know anyone who can do it?

Sincerely
Kaikuse

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Looking for external developer

Post by FourthWorld » Thu May 25, 2017 9:25 pm

What do you need done that can't be handled through its REST API?
https://firebase.google.com/docs/refere ... /database/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

kaikuse
Posts: 18
Joined: Tue Dec 29, 2015 7:30 pm
Location: Maracaibo
Contact:

Re: Looking for external developer

Post by kaikuse » Thu May 25, 2017 9:59 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Looking for external developer

Post by FourthWorld » Fri May 26, 2017 12:12 am

Thanks. With C-based interfaces, that could be handled with LiveCode Builder, no?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

kaikuse
Posts: 18
Joined: Tue Dec 29, 2015 7:30 pm
Location: Maracaibo
Contact:

Re: Looking for external developer

Post by kaikuse » Fri May 26, 2017 1:04 pm

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

Post Reply

Return to “Building Externals”