firestoreのこのサンプルの意味が分からんな。
functionが戻ってきてunsubscribeに入る?
それを実行すると良いってこと?
たぶんそういうことだよな。
var unsubscribe = db.collection("cities")
.onSnapshot(function () {});
// ...
// Stop listening to changes
unsubscribe();
firestoreのこのサンプルの意味が分からんな。
functionが戻ってきてunsubscribeに入る?
それを実行すると良いってこと?
たぶんそういうことだよな。
var unsubscribe = db.collection("cities")
.onSnapshot(function () {});
// ...
// Stop listening to changes
unsubscribe();
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.