35 comments found.
Hello!
I need to connect the /login page to make the auth with firebase but unfortunately you didn’t implement this, anyway i can get support here? please?
Hello, the firebase CRUD actually works? the conection is ready to work?
yes, firebase CRUD definitely works you can check it from here https://inst.redq.now.sh/apps/firebase-crud
not sure what do you mean by “the connection is ready to work”. but if I understand you right you are asking if you can add your own firebase connection. yes you can easily add your own firebase connection. All instructions are given in our documentation. Also, our support team can help you with your queries.
Thanks
is this in TypeScript?
Hi yes this is in TypeScript
Dears,
Thanks a lot for the fantastic work, I have a small question since I am new to use GraphGL.
let’s take this for example:
in api/data/product.data.ts we have a function called loadProducts() which returns a fixed array of products
But in frontend/pages/shop/index.tsx we have a graph query query getProducts() to get all products which loadProducts() in api/data/product.data.ts will be sending.
the question is: I need to change the data from api/data/product.data.ts to call fetch() and get my products from somewhere else, is calling this API in api/data/product.data.ts is the right place?
if so? who about if I want to use the power of graphql and prevent the API fixed data structure responding with one thing, like in our example I need the product data + something else, for example here is a normal product object
{
"id": "545",
"name": "Arctocat Shirt",
"slug": "arctocat_shirt",
"price": 40,
"thumbnail": "https://s3.amazonaws.com/redqteam.com/inst/shop/1.jpg"
},
I want to query multiple related resources in a single request like if i want an info about a place and it’s bookings that originally served by 2 api endpints /place and /booking
i want to do: { place (id: 3){ name location bookings { startData endData state } } }
How can I do this in your implementation?
Thanks and Best Regards Essam
api/data/product.data.ts is our mock data file. from where you will get idea about the data format we have used. the correct place to fetch your data is from the service->{data}->{data}.resolver.ts file.
to learn more about how resolver works you can check this guide https://typegraphql.com/docs/resolvers.html
Thanks, that explain it a little bit, but maybe let me be more clear this time, the package i purchased from you frontend and api are going to be only a client for my new app acting like a frontend between many different other micro-services hosted in other places.
the question is, would it make sense to let the frontend calls the 4000/graphgl asking it for a query, then the resolver calls another api “hosted on other server” to get the data then return it back to the frontend?
frontend -> /graphql -> /external-api then external-api-> /graphql -> frontend
Thanks again.
yeah, the flow you have mentioned is perfectly fine and many applications follow this approach to fetch data from 3rd party services.
when the resolver calls another api, in this case the other api should be also graphgl api, right?
it will be good if that other api is a graphql api but i think you should also be able to call rest API or any 3rd party api as well.
HI team, Really i impressed with this template. but one thing i really need but not found. its blog. you guys just kept fake button only. when i can expect new update with blog page. If then i can buy and start my new work. 
and I hope this will complete support with React JS?
Yes, we will try to add. But you will able to add any Gatsby blog there, it’s very easy. Thanks
Yeah Thanks for your kind reply. I will do it.
How can I activate Facebook login and add and activate gmail login?
Hi we have not done the integration. We have kept fake button for demo purpose. Integration needs to be done by yourself.
OK.. keep adding feature… it is a great template…When I run “yarn dev” and open localhost:3000 the application has a delay when I click on links and it says in console compiling… how to make it faster and compile everything?
Hi Can you please open a support ticket regarding the issues that you are facing.
add mega menu
Hi At present do not plan to add mega menu. However for our future updates we will analyze the possibility of adding mega menu.
Congratulations!!! Nice Work, Good Luck With Sale 
Hi Thank you
What did you use for state management ?
We have used mostly GraphQL for state management. In smaller state we have use Context.
GraphQL…. Are you mean Apollo ?
Hi Yes
Adorable job, done by you …. Congratulations! Good Luck with Sale 
Hi Thank you.
Hello, Congratulations for your new template, Great design, cool features and we wish you to have lot of sales.
Hi Thank you.
Super work Congratulations! Good Luck with Sale 
Hi Thank you.
Nice work 
Hi Thank you.