Posts by Bruno Tinelli • 34 points
5 posts
-
0
votes1
answer816
viewsA: How to reference another collection in Firebase’s Cloud Firestore
You have two approaches: In the Product you can put the Category Id, and with it you have the category reference. Another point, what I use most, is to save the category data in the Product. For…
-
0
votes1
answer360
viewsA: How to change the title of an ion-card?
You do this easily using interpolation. In home.ts you manipulate a variable according to your need. In the example below is the caption, in the constructor I change its value to "My card". Note…
-
0
votes1
answer129
viewsQ: Login Firebase only works by double-clicking the ng-click button
I am making a login page with the email and password fields and a button that calls the following function: $scope.login = function(usuario){ $scope.isLoading = true;…
-
0
votes1
answer810
viewsQ: How to leave fixed sidenav and Toolbar with angular material
I want to fix the sidenav and the Toolbar of Angular Material, and the content of the application stay on the rest of the page. In my index.html I am using the ng-view directive to render. I have…
-
1
votes1
answer329
viewsQ: Pick string from a textarea and populate an object
I wonder if there is any API,plugin, something of the kind, and of course some idea how I can get a pre-formatted text, like this: Cod Nome Celuler Telefone Tel_trabalho 123 Bruno 986159946 27054578…
javaasked Bruno Tinelli 34