Secure login with multi-factor auth.
Scalable and robust databases.
Advanced compression and encryption.
Deploy & scale serverless functions.
Set up a full-functioning messaging service.
Subscribe and react to any event.
The open-source Vercel alternative.
Appwrite helped reduce development time by 60%, and lower server costs by 40%.
Hey, i'm trying to get the avatar picture this is the code
import { StyleSheet, Text, View, Image } from 'react-native' import React from 'react' const Profile = () => { return ( <View> <Text>Profile</Text> <Image source={{ uri: avatar }} /> </View> ) } export default Profile
Reply to this thread by joining our Discord
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
I have 6 verified users but it shows 5 24 hours before I have 5 users that time its showing 4 users. Project ID: `68aed705001ef67ac979`
Get community support by joining our Discord server.
Join Appwrite Pro and get email support from our team.