Osei Fortune

Results 170 comments of Osei Fortune
trafficstars

Hey, we can wrap the iOS an Android libs 😄

In the newer google services there was an issue when calling the `getInstance` early would crash so the delay was added, yes you're correct those `._native` should be the using...

@Robernator try updating your cocoapods and LMK if it's still an issue

Performance has been improved in v2

Can you give this another try?

@erodriguezh iirc you can drop the into let say `App_Resources/Android/src/debug` by doing this it will only be used for your debug apps.

I believe this is a bug on my end with reading the file from app resources

Try dropping the config into `App_Resources/Android/src/main/res/raw`

Try the following `firebase().initializeAppWithPath('res://google-services');`

Docs coming soon but you can get started with the canvas with the following ```bash ns plugin add @nativescript/canvas ``` `IMPORTANT: ensure you include xmlns:canvas="@nativescript/canvas" on the Page element for...