-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding firebase storage #226
Adding firebase storage #226
Conversation
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
…ng-firebase-storage
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
Signed-off-by: Toni-Jan Keith Monserrat <[email protected]>
@tjmonsi The |
firebase-messaging.html
Outdated
@@ -39,7 +39,7 @@ | |||
|
|||
```html | |||
<firebase-messaging token="{{token}}"></firebase-messaging> | |||
<firebase-document path="/users/[[user.uid]]/token" data="[[token]]"></firebase-document> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase. See 4640bea.
@mbleigh is this ok to be merged? |
…orage Various fixes
Trying to get to it ASAP. I'd like to take one more look, it's just been crazy. Sorry for the delay. |
…ts with same name
…g to a path, doing ref.child(path).put(...) it pointing twice too deep in the storage tree.
Fix upload path
@mbleigh - any chance this will get merged? |
@mbleigh any progress on this one? |
any news on this? |
waiting for this feature way over 1 year now... same question here |
@e111077 alright! Thanks :) |
@mbleigh Here's the new PR as requested.
I changed the toString to toGsString because it doesn't show in the api documentation. I think because toString is part of an object's original set of methods so it skips that.