Skip to content

Instantly share code, notes, and snippets.

View 2947721120's full-sized avatar

炎木 2947721120

  • 炎木
  • 中国,安徽,合肥
View GitHub Profile
@2947721120
2947721120 / Angular + Firebase + OAuth.markdown
Last active July 23, 2016 10:43
Angular + Firebase + OAuth

Angular + Firebase + OAuth 角+火力数据+第三方登陆(谷歌,github,脸谱等)

A Pen by 杨俊 on CodePen.

License.

@katowulf
katowulf / 1_using_queries.js
Last active April 24, 2023 07:14
Methods to search for user accounts by email address in Firebase
/***************************************************
* Simple and elegant, no code complexity
* Disadvantages: Requires warming all data into server memory (could take a long time for MBs of data or millions of records)
* (This disadvantage should go away as we add optimizations to the core product)
***************************************************/
var fb = firebase.database.ref();
/**
* @param {string} emailAddress