Skip to content

this.scheduler.notify is not a function in Angular Fire with Angular 19.1.4 #3618

Open
@riya-amemiya

Description

@riya-amemiya

After updating Angular and related packages, getting error "this.scheduler.notify is not a function" when using Angular Fire. Need help identifying exact reproduction steps.

Updated to (Not Working)

  • @angular/core: 19.1.4
  • @angular/fire: 19.0.0
  • zone.js: 0.15.0

Previously Working with

  • @angular/core: 18.2.2
  • @angular/fire: 18.0.1
  • zone.js: 0.14.10

Error Stack

this.scheduler.notify is not a function
    at core.mjs:6165:28
    at cleanupTask (rxjs-interop.mjs:281:17)
    at Object.next (rxjs-interop.mjs:287:21)
    at ConsumerObserver.next (Subscriber.js:91:33)
    at SafeSubscriber._next (Subscriber.js:60:26)
    at SafeSubscriber.next (Subscriber.js:31:18)
    at observeOn.js:6:130
    at AsyncAction.<anonymous> (executeSchedule.js:3:9)
    at angular-fire.mjs:72:26
    at _ZoneDelegate.invoke (zone.js:369:28)

Question
Can anyone help identify the exact steps to reproduce this error? What operations/methods trigger this specific error?

  • Error occurs immediately on the top page without any user interaction
  • Application is running with SSR enabled
  • Error only appears on client-side, not during SSR

core.mjs:6165:28
cleanupTask (rxjs-interop.mjs:281:17)
SafeSubscriber.next (Subscriber.js:31:18)
executeSchedule.js:3:9
angular-fire.mjs:72:26

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions