Giter Site home page Giter Site logo

moeidsaleem / angular-firebase-auth0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mehdibetari/angular-firebase-auth0

0.0 2.0 0.0 41 KB

Angular Seed project use Firebase and Auth0

License: MIT License

CSS 15.88% HTML 34.30% JavaScript 49.82%

angular-firebase-auth0's Introduction

AngularJS + Auth0 + Firebase

This is the seed project you need to use if you're going to create an AngularJS app that will use Auth0 and Firebase.

Running the example

In order to run the example you need to just start a server. What we suggest is doing the following:

  1. Install node

  2. run npm install -g serve

  3. run bower install

  4. Create a database on Firebase and Create an application on AuthO and set Addon : Firebase

  5. add a file to root path 'api-variables.js' with vars:

    var FIREBASE_BASE_URL = 'your_firebase_url';

    var AUTH0_CLIENT_ID = 'your_auth0_client_id';

    var AUTH0_DOMAIN = 'your_auth0_domain';

    var AUTH0_CALLBACK_URL = location.href;

  6. run serve in the directory of this project.

Go to http://localhost:3000 and you'll see the app running :).

angular-firebase-auth0's People

Contributors

mehdibetari avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.