angularfire

AngularJS bindings for Firebase

  • 所有者: FirebaseExtended/angularfire
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

AngularFire Build Status Coverage Status Version

AngularFire is the officially supported AngularJS binding for
Firebase. Firebase is a backend service that provides data storage,
file storage, authentication, and static website hosting for your Angular app.

AngularFire is a complement to the core Firebase client. It provides you with several Angular
services:

  • $firebaseObject - synchronized objects
  • $firebaseArray - synchronized collections
  • $firebaseStorage - store and retrieve user-generated content like images, audio, and video
  • $firebaseAuth - authentication, user management, routing

Join our Firebase Google Group
to ask questions, provide feedback, and share apps you've built with AngularFire.

Looking for Angular 2 support? Visit the AngularFire2
project.

Table of Contents

Getting Started With Firebase

AngularFire requires Firebase in order to authenticate users and sync
and store data. Firebase is a suite of integrated products designed to help you develop your app,
grow your user base, and earn money. You can sign up here for a free account.

Downloading AngularFire

In order to use AngularFire in your project, you need to include the following files in your HTML:

<!-- AngularJS -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script>

<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/3.6.6/firebase.js"></script>

<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/2.3.0/angularfire.min.js"></script>

You can also install AngularFire via npm and Bower and its dependencies will be downloaded
automatically:

$ npm install angularfire --save
$ bower install angularfire --save

Documentation

Examples

Full Examples

Recipes

Migration Guides

Contributing

If you'd like to contribute to AngularFire, please first read through our contribution
guidelines
. Local setup instructions are available here.

主要指標

概覽
名稱與所有者FirebaseExtended/angularfire
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2013-03-22 22:18:38
推送於2020-12-15 14:28:28
最后一次提交2020-12-15 09:28:27
發布數29
最新版本名稱v2.3.0 (發布於 )
第一版名稱v0.1.0 (發布於 2013-04-08 11:12:15)
用户参与
星數2.7k
關注者數208
派生數627
提交數1k
已啟用問題?
問題數665
打開的問題數1
拉請求數257
打開的拉請求數0
關閉的拉請求數72
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?