Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kendi uygulamanı Vercel üzerinden oluştur #4

Open
madtethys opened this issue Sep 15, 2024 · 0 comments
Open

Kendi uygulamanı Vercel üzerinden oluştur #4

madtethys opened this issue Sep 15, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@madtethys
Copy link
Owner

Vercel Üzerinden Oluştur

Kendi uygulamanızı oluşturmak için yukarıdaki bağlantıyı kullanın. Sonra, aşağıdaki ortam değişkenlerini(environment/env) ayarlayın:

Değer Açıklama
NEXT_PUBLIC_REDIRECT_URI Spotify callback URI'si http://alanadiniz.com/api/callback
NEXT_PUBLIC_BASE_URL Projenin URL'si
NEXT_PUBLIC_CLIENT_ID Spotify uygulaması istemci kimliği
CLIENT_SECRET Spotify uygulaması istemci gizli anahtarı
FIREBASE_PROJECT_ID Firebase proje kimliği(ID)
FIREBASE_PRIVATE_KEY_B64 Firebase sistem kullanıcısı özel anahtarının base64 encode edilmiş hali
FIREBASE_CLIENT_EMAIL Firebase sistem kullanıcı e-postası
FIREBASE_DATABASE_URL Firebase veritabanı URL'si

Son olarak, utils/Constants.ts dosyasını düzenleyin ve ClientId, BaseUrl, RedirectUri değerlerini ayarlayın.

@madtethys madtethys reopened this Sep 15, 2024
@madtethys madtethys added the documentation Improvements or additions to documentation label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

No branches or pull requests

1 participant