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
There is a possibility to conflict with other plugins.
Expected Behavior
One suggestion is to create own package name.
For example, my plugin creates plugin.google.maps in order to prevent conflicting with others.
You know what even Google makes own package name firebase.firestore.Firestore.
Would you like to create your plugin move to plugin.firebase.firestore.Firestore?
( If you use plugin.firesbase.firestore, developers can understand to just add plugin. )
The text was updated successfully, but these errors were encountered:
wf9a5m75
changed the title
Use own package name instead of direct class name
Use own package name instead of direct class
Sep 20, 2018
I have been developing own library for firebase realtime database these days.
I will come back for this library in two weeks.
I aware current JS API implementation of this library has several problems to archive the plugin.firebase.firestore.Firestore.
Actually recreating a new library from scratch is faster than modifying this library.
I will invite you to my current work project in couple of days :) Just a moment please.
Current Behavior
This plugin currently makes
Firestore
under thewindow
property directly.There is a possibility to conflict with other plugins.
Expected Behavior
One suggestion is to create own package name.
For example, my plugin creates
plugin.google.maps
in order to prevent conflicting with others.You know what even Google makes own package name
firebase.firestore.Firestore
.Would you like to create your plugin move to
plugin.firebase.firestore.Firestore
?( If you use
plugin.firesbase.firestore
, developers can understand to just addplugin
. )The text was updated successfully, but these errors were encountered: