Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

debounce getx

debounce(currentUser, (value) async {
    final fbUser = fba.FirebaseAuth.instance.currentUser;

    await userStore.save(currentUser.value, currentUser.value.id);
    await fbUser.updateProfile(displayName: currentUser.value.displayName, photoURL: currentUser.value.photoURL);
  });
Source by github.com #
 
PREVIOUS NEXT
Tagged: #debounce #getx
ADD COMMENT
Topic
Name
1+6 =