Skip to content

Commit 15996bd

Browse files
committed
Generic Firebase URL.
1 parent d879a8b commit 15996bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ionic-Auth/www/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ app.run(function($ionicPlatform) {
2020
});
2121

2222
// change this URL to your Firebase
23-
app.constant('FBURL', 'https://ionic-demo.firebaseio.com');
23+
app.constant('FBURL', 'https://<your-firebase>.firebaseio.com');
2424

2525
// constructor injection for a Firebase reference
2626
app.service('Root', ['FBURL', Firebase]);

0 commit comments

Comments
 (0)