flutterfirebasefirebase-app-distribution

Is it possible to revert to an older version via Firebase App Distribution?


I have released the latest version 1.1.5 of my Flutter app on the app stores (Play Store & App Store). I am currently working on version 1.1.6, but I accidentally published version 1.1.8 via Firebase App Distribution. This version has not yet been pushed to the app stores; it's only available on Firebase Distribution.

Is it possible to delete the 1.1.8 version from Firebase App Distribution and continue with version 1.1.6?


Solution

  • You can delete 1.1.8 from the console:
    Firebase Console > App Distribution > Releases > find 1.1.8 build > >Delete