-
-
Save kamescg/523219771061a3d4121d7a1084074f5a to your computer and use it in GitHub Desktop.
UPortLoginFirebase Login Request via the Database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Login | |
loginRequest: ()=>dispatch(databaseWriteRequest({ | |
payload: { | |
input: { | |
requested: props.requested, | |
notifications: props.notifications, | |
}, | |
meta: { | |
type: 'login', | |
status: 'initialized', | |
} | |
}, | |
metadata: { | |
branch: ['request', 'login'], | |
delta: 'write|login|request', | |
writeType: 'create', | |
} | |
})), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment