window.FirebasePlugin vs just FirebasePlugin in the documentation #891
Unanswered
dylanfpaul
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that in the documentation's example code,
window.FireBasePlugin
is sometimes used as well as justFirebasePlugin
for calling this plugin's methods. I also noticed that both cases are viable when I run my application in terms of accessing the plugin and it's methods. Which one should I use and are there differences between either?Beta Was this translation helpful? Give feedback.
All reactions