-
Beta Was this translation helpful? Give feedback.
Answered by
hsubox76
Apr 12, 2023
Replies: 1 comment 1 reply
-
Why are you assigning service instances to all your other variables but assigning storage().ref() to storage?
Later on you import storage in the other file and try to call storage.ref() on it which would be storage().ref().ref() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
N-dcool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why are you assigning service instances to all your other variables but assigning storage().ref() to storage?
Later on you import storage in the other file and try to call storage.ref() on it which would be storage().ref().ref()