Closed hgalarreta closed 4 years ago
Hi @hgalarreta, the plugin already added storage script, so you don't have to append it yourself.
// this can be removed from your script.
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-storage.js"></script>
firebase.storage()
is available in the console log.
I saw a misconfigured in the firebase initialization. It will be fixed and released in a few hours. Thanks for your ticket.
Cloud Storage is fixed. Please update the plugin to v1.8.0.
Docs: https://firebase-wordpress-docs.readthedocs.io/en/latest/storage/cloud-storage-integration.html
Perfecto. works as a charm, thanks. Now the only thing missing is custom notifications, like to a specific token hehe
Describe the bug Not sure if it's a bug, but I configured the Bucket Storage with: "my-app.appspot.com" and checked the Storage option as described in the instructions; but when using a simple code to update an image to firebase Storage, I get the "Uncaught Error: No Storage Bucket defined in Firebase Options.”
To reproduce the behavior: On an empty wordpress page, using html editor:
Desktop (please complete the following information):
Additional context This is the sample page: https://asisteme-peru.com/storage-test
Screenshots