Josep Sayol

Results 18 comments of Josep Sayol

Hi @nthungdev1, thanks for reporting this! I'll look into it and let you know.

This would be a great addition. Besides, at the moment Bolt produces the incorrect output `ref.child('key')()` when it encounters `ref.key()`. On that note, shouldn't it produce an error when you...

Hi @MickhaelCannon, thanks for reporting this. Sorry to hear you're having issues with it. Does anything show up on the left-side pane when you select the firebase icon? Can you...

@choephix2 thanks for that info! I'll look into it.

Thanks @TheCraftKid, that's a great idea :) This is something I've wanted to add to the extension and I thought about it a few days ago, but I couldn't come...

Hi Bernhanrd! Thanks for your suggestion, it's a great idea. I was thinking I might initially add an "Edit this value" entry to the context menu of document fields to...

Hi Haris, thanks for the suggestions! I was indeed planning on supporting those two features. I will add them eventually :) I'll keep this issue open to track any progress...

Adding some form of local storage in our apps to cache the data retrieved from the Firebase database (like most of us are doing, I guess) works quite well to...

Some more thoughts: a possible solution to add local storage support would be to use [localForage](https://github.com/localForage/localForage), maybe wrapping it like [ionic-storage](https://github.com/ionic-team/ionic-storage/blob/master/src/storage.ts) is doing. This would allow to use whatever the...

> In the iOS SDK (Github Repo: https://github.com/firebase/firebase-ios-sdk) we are synchronizing only the delta between the local device and server state. That's very interesting. You mean that if the hashes...