Post

Replies

Boosts

Views

Activity

Reply to Scary email from Google Firebase (Client access to your Cloud Firestore database expiring in 4 day(s))
Check the security rules of your project. If you are using the default security rules that are created by firebase when you start your project, that might be expiring. You can either modify the expiration date in the rule ( Not recommended) or create some basic security rules like match /{document=**} { allow read, write: if request.auth != null; }
Apr ’24
Reply to Scary email from Google Firebase (Client access to your Cloud Firestore database expiring in 4 day(s))
Check the security rules of your project. If you are using the default security rules that are created by firebase when you start your project, that might be expiring. You can either modify the expiration date in the rule ( Not recommended) or create some basic security rules like match /{document=**} { allow read, write: if request.auth != null; }
Replies
Boosts
Views
Activity
Apr ’24
Reply to Sales and Trends section is down
I am facing same issue as well from last 2 days.
Replies
Boosts
Views
Activity
Jul ’24
Reply to TextEditor Issue with Long Text Input
I had the issue in the past and I just fixed it by adding some 10 trailing spaces in the end. Not sure if anyone has a better fix for this.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to No data in sales and trends past 4am
No data after July 9th for me as well.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Build stuck in “Waiting for Review” for weeks (resubmission also waiting) - anyone seeing this recently?
I have also noticed increase in review times.
Replies
Boosts
Views
Activity
1w
Reply to Why is Apple so slow at responding and reviewing
Same here. I submitted my app review for a minor update and it was waiting for review for 5 days with no movement. Then I removed it from the queue and submitted again, it's now waiting for review from 2 days. I hope Apple review team improves the review times.
Replies
Boosts
Views
Activity
1w