UOUtsav Ojhainutsavo.hashnode.dev路Jan 17, 2023 路 4 min readHow To: Geo-queries in firestore v9Aim: To query our firestore collection of documents that have Geopoint data and return results based on proximity to users' location. Motivation: Consider the following scenario, we have an application that needs to display restaurants nearby a user'...00
UOUtsav Ojhaintechblog.geekyants.com路Nov 2, 2022 路 4 min readHasura GraphQL + Next.js Part 1Introduction The first part of this series describes what is GraphQL, its uses and benefits, and compares it with RESTful services. What is GraphQL GraphQL is a specification for how to communicate with an API. It talks over HTTP to the API where we ...00
UOUtsav Ojhaintechblog.geekyants.com路Oct 31, 2022 路 5 min readHasura GraphQL + NextJS Part 2In this part, we will look at Queries (fetching data), Mutations (writing data) and Subscriptions (watching data) using Hasura GraphQL. Let's go! 馃弫 Check the GraphiQL playground to play with the Todo API built with Hasura GraphQL (you will need to ...00