You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Use StorageReference::is_valid() in assertions
Changed FIREBASE_ASSERT_RETURN to use is_valid() instead of
internal_->is_valid() in StorageReference::ListAll() and
StorageReference::List() methods.
This corrects the compilation error where 'is_valid' was not a member
of the internal PIMPL class. The assertion now correctly checks the
validity of the public StorageReference object before proceeding.
0 commit comments