Skip to content

The variable chats are not implemented correctly in services #8

@francisrod01

Description

@francisrod01

The variable chats are not implemented correctly in services.js.

See the file:
https://github.com/mappmechanic/ionic-firebase/blob/master/www/js/services.js#L13

change:

var chats;

to:

var chats = $firebaseArray(ref.child('chats'));

and has a guaranteed solution! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions