I have tried looking around for an answer but all firebase download topics seem to be about just getting the download link from storage to display. I saw a similar one but it was in ios/swift and I didn't grasp it.
My question is if I already have the link and I am using it. How can a user click on a button and it will locally download on their computer?
I thought the would work but it just takes me to the image.
My download storage link from firebase are currently stored in my vuex store. I then access the url and other properties by pushing them to an array that is why the href is "card.imageurl[0]
<a #click="download" :href="card.imageurl[0]" class="download" download><i class="material-icons">cloud_download</i></a>
I appreciate any help hopefully this is not a duplicate but I have tried looking around for a while on this.
Thanks
Related
I have some projects I created on firebase and am trying to view the photos I uploaded however I can't seem to find an option in the menu that takes me to them. All I see is the amount of data being used. When I click on storage it just takes me to the page to setup storage in the app, which I already did. Can someone help with this?
Has anyone figured out how to get a permalink to a Firebase Crashlytics issue? I'd like to paste an issue link in our bug tracker. The only way I know right now is the copy the address bar, but the link looks like this:
https://console.firebase.google.com/u/1/project/foo-apps/crashlytics/app/ios:com.foo.bar/issues/1234abcd?time=last-thirty-days&sessionId=abcd1234
This is less than ideal: "u/1" refers to a logged-in Google account that only makes sense in my browser. There is also a session ID and search filter; that's easy enough to delete, but it's annoying.
Great question. The share link feature has been deprecated, so those won’t be accessible anymore. The decision to drop support for it was based on customer feedback.
Definitely not ideal if you were using that feature a lot, but as a workaround I recommend downloading the stack trace and issue details with the "Download .txt" file button and sharing that instead.
Firebase Crashlytics feature is good if you app live in playstore if your application crash any devices the firebase send to your registered email about the crashing things
I changed my profile picture on github quite some time ago, but whenever I share a link to any of my repositories via telegram, it still displays old profile pic. If I share it via skype, correct image is displayed.
I tried to use webpage bot and /updatepreview command, it says that "Link previews was updated successfully. Check them out!" but the image is still the same (not updated)!
How can I make telegram clean cache for links from my github account?
I used webpagebot like this answer from another thread to fix my GitHub avatar and it is working for me.
After giving the URL to the bot, I had to push Update with Content.
Have you tried appending /?v=n at the end of the URL when sharing the link? n can be any number but should be increasing after every update you make
I have created the dynamic links using Firebase console. But there are no option to remove or delete or edit options.
I want to delete dynamic links from the console. Any help appreciate.
This is not possible.
Deleting links would be a problem since that could lead to broken data and user experiences. At Branch.io (full disclosure: I'm on the Branch team), we don't allow link deletion either (you can 'Archive' the link to get it off the screen, but that does not make the URL inactive).
Firebase probably prevents editing for the same reason. At Branch, we do allow editing of everything except the link URL (since that would be effectively deleting the link).
Google just added the edit and archive feature. You can check that out in the Firebase console
You can only archive the link but the link will still work, but it will no longer be displayed on the Firebase console.
If you desperately wanted to delete it, what you can do is delete the URL prefix and associated links; all dynamic links and analytics associated with that domain are permanently deleted.
The docs here https://developers.google.com/+/mobile/android/share/deep-link seem to be hopelessly out of date, as I cannot find any of the mentioned (like "Edit settings").
Can somebody provide some guidance on how to make a deep link to my app work from within a Google+ post?
e.g., I would expect a link such as "appname://?id=12345678" to be a clickable thing that directs the user either to install the app or opens the installed app and takes the user directly to the content specified by the id. Instead, this link is posted as plain text...
Moreover, will I need to fight with every social network to get deep links to work properly? Does anybody have any experience making this sort of thing work on Twitter, Facebook, etc?
We are developing with Meteor, and using the Cordova cordova-plugin-x-socialsharingplugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
You may want to try using App Invites, which either will let the app receive data from the invitation if the app is already installed (e.g. a coupon) or will install the app.