Darius
Darius

Reputation: 323

How to use nativescript with angular2 and firebase

Could somebody point me to the sample how to use Angular 2 with NativeScript and Firebase backend.

Thanks.

Upvotes: 4

Views: 1154

Answers (2)

Amal Shehu
Amal Shehu

Reputation: 119

This is an advanced seed project for Angular apps based on Minko Gechev's angular-seed that expands on all of its great features.

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

  • Clone the Repo Install
  • Android SDK

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

Upvotes: 0

George Edwards
George Edwards

Reputation: 9229

You can look at this project for the nativescript-firebase plugin for nativescript (iOS and android).

Additionally, here is a project walkthrough on the firebase blog.

Upvotes: 1

Related Questions