No, all I want is to be ble to post the currently logged in user email or token to my database, using my API
Latest posts made by NickBloodworth
-
RE: Saving the AuthO token to my own database using API's
-
Saving the AuthO token to my own database using API's
I have an app that uses API’s to retrieve something from a database. These API’s are protected by AuthO, and I’d like to be able to pass the AuthO token or email address of the user logged in back to my API’s, so I can log it against any records that they create.
Has anyone done this, or are there any good tutorials?
-
Question about drop down lists
Hi,
I’m new to Quasar and have followed a few tutorials, but I haven’t seen one that covers the use of drop down lists.What I would like is for a drop down list containing the months of the year, so the user can see family birthdays in that month.
The birthdays are stored in a MySQL database controlled by API’s.
How can I setup the drop down list (an array will be fine), but use the results of this to do the search using my API’s?
Thanks,
Nick -
Firebase question about combining 2 collections
I’m looking to design a Quasar app for our family, to list family birthdays and list them by a dropdown month.
There are about 50 family birthdays, and I’d also like users to be able to add their own birthdays for friends and their other birthdays.
The family birthdays will be in one collection for everyone, and a second collection will be used to list the non-family birthdays. Is this the right approach?
Can the list pull the birthdays from both collections and be listed together?
-
RE: Using MongoDB in Quasar
Documentation on referencing other data is scarce. How do I create a relationship between data objects? Are there any good tutorials for Firebase?
-
Using MongoDB in Quasar
Hi,
I’m following a Vue.JS course on Udemy and it is using MongoDB as the database which is fine.
It then goes through creating models and controllers, and I was wondering two things:Can we use the Mongo Cloud database in Quasar, and can we also use the models/controllers in Quasar to fetch and view the data using API’s? I have followed Danny Connells course, and it doesn’t mention any of this.
I know Quasar is built on top of Vue, but I was just curious. I am doing this course The Complete Vue JS Developer Course – inc. Vue JS 2! if that helps
Thanks,
Nick -
Can you access the platform specific controls in mobiles development using Quasar?
Hi, I’ve new to Quasar and have been playing with Xamarin too.
I’ll be using API’s, written in C sharp too.Is it possible to access to access the platform specific API’s for mobiles, to use the phone dialer and GPS for instance like you can in Xamarin?
I’m still deciding whether to invest my time in Quasar or Xamarin.
Thanks,
Nick