Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Node JS normalized collection #89

@yesiman

Description

@yesiman

Hi,

I can't use firebase-util normalized collection under nodeJS :

Installation :
npm install firebase
npm install firebase-util
Added in packages too.

NodeJs :
var FirebaseUtil = require('firebase-util');
var clientsRef = new FirebaseUtil.NormalizedCollection(
[myFirebaseRef.child("boutiks/clients"), 'clientsBoutiks'],
[myFirebaseRef.child("clients"), 'clients']
).select(
"clients.nom",
"clients.prenom"
).ref();

I have this error :

FirebaseUtil.NormalizedCollection is not a function in my NodeJS Log.

Please Help.

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