Nicolas Garnier
Nicolas Garnier
Quite often the tools have the 2 options. For instance [Traceur](https://github.com/google/traceur-compiler/wiki/SourceMaps) has the following option: `--source-maps [file|inline]` (embedded or as a separate file). But if that's too much work I...
@MalikFaizanZafar which sample is that for? (there are like 50 apps/samples in this repo). Have you followed all the steps in the README? including setting configuration attributes?
It looks like it's OK. Can you double check you were indeed using the SDK v1 pls?
We can't do that yet because the new API does not yet have multicast support (sending to multiple tokens in one request). Using the new API and doing individual requests...
Unless you changed the expiery date to a few days in the future (instead of 400 years in the future like the sample does) then I'm not sure what could...
News! We're working on it :) The current limitation are because we're using strict Google Drive API permissions. To be able to open a folder today we would need full...
@Sna1L You can actually just type `.mp3` and/or `*.mp3` in the search box and only your mp3s should be displayed: 
I think the underlying issue is that the localized versions of [firebaseui-web](https://github.com/firebase/firebaseui-web/) are not distributed via NPM (which is how we import and depend on the library here...). @bojeil-google any...
I think you can clone the https://github.com/firebase/firebaseui-web repo and build it locally in the localised version that you want. Then use `npm link` in your project to link your locally-built...
Hey @dylmye sorry for the delay! `GCLOUD_PROJECT` is a environement variable. Could you tell me what environment you use (windows?) Maybe try by adding `env` in front of the serve...