Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Angular2 Vaadin-Grid with Firebase Data
I really like the Vaadin Grid and i want to implement it on my Firebase.
I'm getting the data with angularfire2:
import { AngularFire, FirebaseObjectObservable , FirebaseListObservable } from 'angularfire2';
constructor(private _af: AngularFire) { }
return this._af.database.list('main/users');
What do i need to change to make the Vaadin Grid see the firebase data?
Last updated on
Hi!
Make sure you've defined columns that match your data, and then assign your data to 'items' property either as an array or a function.
You can find more details here: https://vaadin.com/docs/-/part/elements/vaadin-grid/vaadin-grid-assigning-data.html
Last updated on
You cannot reply to this thread.