jackabald / NuancedNews

NuancedNews is a web appilcation that aggregates news stories from multiple sources to provide a well-rounded perspective on current events.
MIT License
5 stars 12 forks source link

Bookmark button should add the article to the users profile #40

Open jackabald opened 3 weeks ago

jackabald commented 3 weeks ago

After the bookmark button is pressed, the article that is bookmarked should now be saved in the user's profile.

DolcePelo commented 3 weeks ago

Hi Jack i'm trying to solve this issue but i've got this error on console:

Failed to load resource: the server responded with a status of 400 ()Understand this error firebaseConfig.js:32 Error signing in anonymously: FirebaseError: Firebase: Error (auth/admin-restricted-operation). at createErrorInternal (firebase_auth.js?v=49b4a62c:699:37) at _fail (firebase_auth.js?v=49b4a62c:664:9) at _performFetchWithErrorHandling (firebase_auth.js?v=49b4a62c:1119:9) at async _performSignInRequest (firebase_auth.js?v=49b4a62c:1130:26) at async signInAnonymously (firebase_auth.js?v=49b4a62c:4223:20) (anonymous) @ firebaseConfig.js:32Understand this error firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=dzH-D76w7BoXmvLHSbPiyKm16EzXdtkqorRu87eoes4&VER=8&database=projects%2Fcontribution-e501a%2Fdatabases%2F(default)&RID=rpc&SID=gFNPtHeQtjTtWqqlEIWfXA&AID=0&CI=0&TYPE=xmlhttp&zx=jboy3pfgxcte&t=1:1 Failed to load resource: the server responded with a status of 400 ()Understand this error chunk-W5CI75GF.js?v=49b4a62c:1080 [2024-08-21T23:14:41.597Z] @firebase/firestore: Firestore (10.12.5): WebChannelConnection RPC 'Listen' stream 0x856bd3c0 transport errored: jd

For what i searched it could be because the anonymous sign in is not available in Firebase