How to fetch those variables of userID and display them on the dashboard page and settings page after user authentication is completed by using context API for authentication.
TL;DR
Developers want to fetch user ID and related variables like name, email, and contact from Appwrite database to NextJS 14. They need help displaying this data on the dashboard and settings pages post-user authentication using the Context API.