Posts by douglas baptista • 52 points
7 posts
-
0
votes1
answer221
viewsA: How to organize Enum in an Ionic 3 project
I was able to solve it this way: I created a structure like this : Meuproject folders ├── /meuprojeto └── /node_modules └── /src └── /app └── /assets └── /components └── /directives └── /enums └──…
-
0
votes1
answer221
viewsQ: How to organize Enum in an Ionic 3 project
I have a group of static messages for form field validation. These messages are present throughout the application and so I would like to use some way to make them dynamic and organized within the…
-
2
votes1
answer63
viewsA: Is the firebase quota per account or for the project?
I found an answer in another discussion channel. https://stackoverflow.com/questions/42609983/does-the-firebase-spark-free-plan-work-on-a-per-project-basis I currently know that each service has its…
firebaseanswered douglas baptista 52 -
-2
votes2
answers1133
viewsA: How to create filters for categories with php and html to use in Wordpress page?
Using only PHP is difficult to make this feature happen. Basically when we make a looping we pass the parameter of the category we want to filter... First it is important to understand that you need…
-
1
votes2
answers1849
viewsA: Is it possible to get the firebase user via UID?
I went through the same problem. There is no other way than to store this user’s UID + information inside the Firestore/Real Database. Firestore Authentication is actually an isolated user…
-
0
votes0
answers27
viewsQ: How to organize form messages in Ionic 3 project?
I’m having a question as to how best to organize my error messages within Ionic 3 using Angular 6. I created within my Recovery-passwrod.ts an array of messages : validation_messages = { 'cpf': [ {…
-
1
votes4
answers800
viewsA: How to make 7 columns with Bootstrap?
There are two new concepts within Bootstrap 4. You can opt for the Flex Box concept or the traditional block concept. My recommendation for the block you are following is that you try to think of…
twitter-bootstrapanswered douglas baptista 52