Jacob Wenger
Jacob Wenger
Have you tried doing this? What blockers did you run into?
Sounds like this is a request to ship a version of Firechat without the UI stuff included. I don't think the solution is to include the `src/` directory in Bower....
Because source files aren't meant to be distributed to end users. In many cases (not for Firechat, but for other Firebase open source repos), source files require a compilation step...
When I said "end users," I meant users who interact with apps built using Firechat. So, not the developers who built those app, but the developers' end users. Sorry for...
We would need to do some work to add support for usernames with characters which are not allowed as part of Firebase key names. Until that happens, you will need...
@jdimond - Can you take a look at this please?
I think this is a great suggestion and I think we can find a way to work this into the API. It will be a little while before I have...
You can include it the "old-fashioned" way. That is, just include a `` tag for the GeoFire library in your main HTML file and use the global `GeoFire` object that...
`` tags work wonderfully even in modern app development. I'll gladly review a PR which fixes this issue if you care a lot about it being fixed.
Hey @sauravbiswasiupr, mind sharing your use case? We have considered adding rectangular `GeoQueries` but didn't think there was enough demand for them. I'm interested to hear your thoughts though.