--
You received this message because you are subscribed to the Google Groups "Firepad" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firepad-io+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firepad-io/6bc0fee2-3630-4838-aeef-cedef8ca3aef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
// Set the configuration for your app
// TODO: Replace with your project's config object
var config = {
apiKey: '<your-api-key>',
authDomain: '<your-auth-domain>',
databaseURL: '<your-database-url>',
storageBucket: '<your-storage-bucket>'
};
firebase.initializeApp(config);
// Get a reference to the database service
var database = firebase.database();
To view this discussion on the web visit https://groups.google.com/d/msgid/firepad-io/0c6f1afc-506b-4a85-abc0-106de6fcd508%40googlegroups.com.