-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
all-clearEverything is clear - can be worked onEverything is clear - can be worked onbugSomething isn't workingSomething isn't working
Description
Version
@nuxtjs/firebase: 7.4.0
firebase:
nuxt:
Reproduction Link
Steps to reproduce
What is Expected?
What is actually happening?
in lib/plugins/services/auth.js
<% const hasOnAuthStateChangedMutation = (typeof serviceOptions.initialize.onAuthStateChangedMutation === 'string') %>
<% const hasOnAuthStateChangedAction = (typeof serviceOptions.initialize.onAuthStateChangedAction === 'string') %>
<% const hasOnAuthStateChanged = (hasOnAuthStateChangedMutation || hasOnAuthStateChangedAction) %>
<% const onIdTokenChangedMutation = (typeof serviceOptions.initialize.onIdTokenChangedMutation === 'string') %>
<% const onIdTokenChangedAction = (typeof serviceOptions.initialize.onIdTokenChangedAction === 'string') %>
<% const hasIdTokenChanged = (onIdTokenChangedMutation || onIdTokenChangedAction) %>Cannot read property 'onAuthStateChangedMutation' of undefined, because these lines has be put before <% if (serviceOptions.initialize) { %>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
all-clearEverything is clear - can be worked onEverything is clear - can be worked onbugSomething isn't workingSomething isn't working