I wanted to know how long lived the firebase storage URL's are. I'm using firebase storage to host some static images. Currently using the file references to get the url's in app. But would like to skip this step and just use the URL's instead. Does anyone know what if anything will cause first part of the URL to change? (https://firebasestorage.googleapis.com/v0/b/)
Total URL https://firebasestorage.googleapis.com/v0/b/{Project_ID}.appspot.com/o/{FILE_PATH}?alt=media&token={TOKEN}