blz? I was starting at Angular2 and I find Firebase to be a much better backend than Backand, because in a very short time I was able to connect to Firebase. The question now is, I'm trying to popular a select but it's coming without the names. There are four items, but empty. Let's go to the HTML code
<label>Escolha a marca</label>
<select materialize="material_select" [materializeSelectOptions]="selectOptions" class="browser-default">
<option *ngFor="let marca of marcas | async">{{ nome }}</option>
</select>
And now a Firebase database image
Someone who already handles this to give me a help? Thanks, hugs!