Skip to content

ChristianMcFarlaneWork/FirebaseResizeRepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirebaseResizeRepro

This is an example repro for the issue firebase/quickstart-unity#1107. Which outlines that when uploading an image from the Firebase Unity SDK, the specified metadata for the file isn't uploaded before object finalize, therefore the Resize Image Extension is never triggered.

Setup Required

  • A Firebase project which has the resize Image Extension activated and configured. Our settings
  • Unity 2019.4.28f1 - The version this issue is being testing on.
  • Import the Firebase Storage Unity SDK ver 8.1.0
  • Import your google-services.json file and add it to the Assets Folder
  • Open up Scenes/Repro
  • Select the GameObject ReproScript, and setup the correct settings for both Bucket Path and Destination Path.
  • Finally just run the scene. After running note that the extension doesn't trigger and returns these logs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages