[auth] Fix event name

This commit is contained in:
Chris Bianca 2017-09-21 17:11:17 +01:00
parent c59d64054d
commit 5dba443588
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const NATIVE_MODULE_EVENTS = {
'storage_error', 'storage_error',
], ],
Auth: [ Auth: [
'onAuthStateChanged', 'auth_state_changed',
], ],
Database: [ Database: [
'database_transaction_event', 'database_transaction_event',