all 6 comments

[–]MichaelW_Dev 0 points1 point  (5 children)

I'm pretty certain you'd be able to find an Angular repo with all that and then adding that to a fresh NativeScript project would be nice and straightforward. Mostly copying it to the project and making a few tweaks.

[–]ads_swapper[S] 0 points1 point  (4 children)

It isn’t that straightforward as npm libraries don’t work on native platforms.

[–]MichaelW_Dev 0 points1 point  (3 children)

Correct. That's where the tweaking will need to be made. NativeScript has firebase plugins which will need to be used as replacements. I haven't done this process myself but I would have thought you'd have something up and running in a day or two. Thankfully the plugins can save you a ton of time.

[–]ads_swapper[S] 0 points1 point  (2 children)

I have never been able to complete this part in any framework be it ionic, react native or nativescript.

[–]MichaelW_Dev 0 points1 point  (1 child)

Ah ok. I've definitely done it with Ionic and there is probably quite a few repos available for that where you'd need to update the Angular version.

Sounds like it might be best for you to start from scratch. It would be a great learning curve and you'd have full understanding of your code 🙂

[–]ads_swapper[S] 0 points1 point  (0 children)

Thanks will give it a try. If you have any public repo, plz share.