<body><script src='https://cdn.firebase.com/js/client/1.0.17/firebase.js' defer></script><script src='https://cdn.firebase.com/js/simple-login/1.6.1/firebase-simple-login.js' defer></script><script src="browser-bundle.js" defer></script></body>
"devDependencies": {
"browserify-shim": "^3.6.0"},"browserify": {"transform": ["browserify-shim"]},"browserify-shim": {"firebase": "global:Firebase","firebase-simple-login": "global:FirebaseSimpleLogin"
}
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
providePlugin = new webpack.ProvidePlugin({ _: "lodash", Firebase: "Firebase" }) alias: { Firebase: 'firebase/lib/firebase-web.js',--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/dd2a738f-1cd1-41fa-9019-1b86698cab57%40googlegroups.com.
Hi Michael,
Thanks, I'll have a look in the morning. Do you have an example with Browserify? It should work more or less the same.
Best,
Keith
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/P7wjSt8WA7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CAJCySteeP3A9tURK1wTCzmKPg6WBLQ_vfxuuGOvHw-O1YWqb1g%40mail.gmail.com.
var Firebase = require('firebase');var ref = new Firebase('https://mike.firebaseio-demo.com');ref.set('Hello world!');
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CALcy8diFA6DfK4JVicRE%2B%3DmYsi2S6D6_8%3DK7szfVRej3Ssy-Dg%40mail.gmail.com.
Thanks. I tried something very similar with webpack but it didn't work for me. I'll try again tomorrow.
Best,
Keith
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CAJCySte30pNNEptZS5UqRvry%2BGOwuEuGWL%3D6JYj2SBPMYjeKQw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/6686b274-b133-4463-9bc7-1f5750ef4a89%40googlegroups.com.