How to use nativescript with angular2 and firebase

Can someone point me to a sample on how to use Angular 2 with a NativeScript and Firebase database.

Thank.

+4
source share
2 answers

You can see this project for the nativescript-firebasenativescript plugin (iOS and android).

Also, here is the walkthrough of the project on the firebase blog .

+1
source

This is an advanced seed project for Angular applications based on the Minko Gechev angular -seed, which expands in all of its great features.

https://github.com/NathanWalker/angular-seed-advanced

  • Clone the repo install
  • Android SDK

Firebase https://github.com/NathanWalker/angular-seed-advanced/wiki/How-to-integrate-Firebase-across-all-platforms-(web-nativescript-desktop)

0

Source: https://habr.com/ru/post/1658725/


All Articles