Jean-Rémi Delteil

Results 12 comments of Jean-Rémi Delteil

Hi @Edge-Developer, Indeed using an email as user Universal ID is not advisable, mainly not because of the left part in the email, but of the domain part: It's a...

@Edge-Developer Have you read the repository [readMe](https://github.com/RomainVialard/FirebaseApp#firebaseapp) ? It states as first that it is > The Google Apps Script binding for the Firebase Realtime Database Google Apps Script is...

Instead of adding a bunch of new methods like listProjects() to the root, maybe we can follow the API structure ?: FirebaseApp.projects.list() FirebaseApp.projects.get() etc... This would make it easy to...

it could be nice to have it on Firefox. The extension format should be quite similar

Is the `@angular-devkit/build-angular:application` builder using cache at all ? On our application we have no differences between the first build with no cache, and the following cold build with cache....

@Nu11u5 Thank you for reporting this issue. I will try to have a look, but I don't a lot of time to focus on this currently. You are welcome to...

I do not have the time for this. If someone want to take on that project, please contact me.

I agree with that, as z-index play part with the layout. But how do you use **paper-dialog** with app-header-layout ? On my app it forces the iron-overlay-backdrop above the dialog,...

This means a big change in the library usage. In our case, I just have a guard to check if there is an error, typescript is able to infer that...