We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d879a8b commit 15996bdCopy full SHA for 15996bd
Ionic-Auth/www/js/app.js
@@ -20,7 +20,7 @@ app.run(function($ionicPlatform) {
20
});
21
22
// change this URL to your Firebase
23
-app.constant('FBURL', 'https://ionic-demo.firebaseio.com');
+app.constant('FBURL', 'https://<your-firebase>.firebaseio.com');
24
25
// constructor injection for a Firebase reference
26
app.service('Root', ['FBURL', Firebase]);
0 commit comments