Skip to content
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

Duplicate firebase urls generated #12

Closed
st1p3-obol opened this issue Jan 6, 2025 · 3 comments · Fixed by #13 or #14
Closed

Duplicate firebase urls generated #12

st1p3-obol opened this issue Jan 6, 2025 · 3 comments · Fixed by #13 or #14
Assignees
Labels
bug Something isn't working

Comments

@st1p3-obol
Copy link

Describe the bug
After the test run, firebase url is generated twice

Expected behavior
Firebase url is generated only once, not twice

Screenshots
Screenshot 2025-01-06 at 6 51 45 PM

Additional context
Storage bucker is not recognized even though it is provided in the as
```
env:
GOOGLE_CREDENTIALS_JSON: ${{ secrets.GCP_CREDENTIALS_JSON }}


After the bucket is not recignized it generates random url, but it generates duplicate, where if you click on the link it is broken as it connects two links into one. 
@cybersokari cybersokari added the bug Something isn't working label Jan 6, 2025
@cybersokari cybersokari self-assigned this Jan 6, 2025
@cybersokari cybersokari linked a pull request Jan 6, 2025 that will close this issue
@cybersokari
Copy link
Owner

cybersokari commented Jan 6, 2025

Fix is now available in

  1. GitHub action v1.1.15
  2. CLI v1.1.17
  3. Docker v1.1.17

@cybersokari cybersokari reopened this Jan 7, 2025
@cybersokari cybersokari linked a pull request Jan 7, 2025 that will close this issue
@cybersokari cybersokari reopened this Jan 7, 2025
@cybersokari
Copy link
Owner

@st1p3-obol
The duplicate URL issue has been resolved.

To diagnose the storage_bucket issue, please verify that you have storage enabled in the project. You will need to enable billing on the project to use storage.

If you have billing enabled and you are using the default storage bucket, please verify that the storage_bucket you provided has either one of these formats,

  1. project-name.appspot.com
  2. project-name.firebasestorage.app

@st1p3-obol
Copy link
Author

st1p3-obol commented Jan 9, 2025

Tested it.

Looks good thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants